kendo ui - KendoUi - Textbox in a toolbar -


i new kendoui (been using extjs years) , trying build toolbar need textbox , not find reference how this.

i figured out , posting here others.

simply add items collection:

{ template: "<input type='text' id='address' class='k-textbox'>" }, 

if want add label this:

{ template: "<label>address:</label>" }, { template: "<input type='text' id='address' class='k-textbox'>" }, 

the k-textbox class skins textbox properly.

it looks can put pretty in template items type.

if others have better ways or more info please share.


Comments