This is a migrated thread and some comments may be shown as answers.

Theme and style

1 Answer 110 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Derick
Top achievements
Rank 1
Derick asked on 09 May 2012, 12:09 PM
Hi, I am new to Kendo UI. I have just tried to integrate it into my app which is using jQuery UI now (since some widgets such as Accordion is missing in Kendo UI). I know there is a Theme builder which is able to fine-tune the style of Kendo widgets. May I know how to style to basic HTML controls such as Input (text, radio), Textarea and button etc?

Thank you.

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 11 May 2012, 09:16 AM
Hello Derick,
   
Generally speaking, you could style the basic HTML elements to look like as Kendo UI widgets by setting the CSS classes of the widgets to these elements. But notice that such functionality is not supported out of the box and some elements will need additional HTML. For example, you could style the button as buttons in Kendo UI with the following code:
<button class="k-button">Click</button>
In case you would like to style <input> element you will need to include additional wrapping Html element.

I hope this helps.  

 

Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Derick
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or