javascript - extjs Possibility of using grid widgets in custom elements -


is possible use these widgets http://dev.sencha.com/ext/5.1.0/examples/kitchensink/#widget-grid in costum elements div/span, not in panel?

i know progressbar:

ext.create("ext.progressbar", {                         renderto: costumspan[0],                         value: .5                     }); 

what others?

  • ext.button.button
  • ext.progressbar
  • ext.form.field.combobox
  • ext.slider.single
  • everything chart package

Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -