Preguntas y respuestas de entrevista mas solicitadas y pruebas en linea
Plataforma educativa para preparacion de entrevistas, pruebas en linea, tutoriales y practica en vivo

Desarrolla tus habilidades con rutas de aprendizaje enfocadas, examenes de practica y contenido listo para entrevistas.

WithoutBook reune preguntas de entrevista por tema, pruebas practicas en linea, tutoriales y guias comparativas en un espacio de aprendizaje responsivo.

Preparar entrevista

ExtJS preguntas y respuestas de entrevista

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

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

Es util? Agregar comentario Ver comentarios
 

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

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

Es util? Agregar comentario Ver comentarios
 

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

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

Es util? Agregar comentario Ver comentarios
 

Pregunta 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

Es util? Agregar comentario Ver comentarios
 

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

using hidden : true

Es util? Agregar comentario Ver comentarios
 

Lo mas util segun los usuarios:

Copyright © 2026, WithoutBook.