Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

ExtJS Interview Questions and Answers

Ques 41. What is use of combo select event function?

To get the selected value from a combo.using getvalue();
var selectedComboValue = mycombo1.getValue();

Is it helpful? Add Comment View Comments
 

Ques 42. How to get a value of textfield or combo box?

using getvalue();
var selectedValue = mytextfield.getValue();

Is it helpful? Add Comment View Comments
 

Ques 43. How to apply css on select of combo box?

Using config option as
emptyClass : 'emptycss', where emptycss is a css classname

Is it helpful? Add Comment View Comments
 

Ques 44. What are components required for grid panel?

store, columnmodel, id, width,height
46. how to disable menu option for header in columnModel?
using menuDisabled: true

Is it helpful? Add Comment View Comments
 

Ques 45. How to hide the column in grid panel?

using hidden : true

Is it helpful? Add Comment View Comments
 

Most helpful rated by users:

©2024 WithoutBook