AlbertoVesx Posted March 13, 2013 Posted March 13, 2013 Semper share this: If you want TUniEdit that requires a non-empty value:Open UniEdit's ClientEvents and edit ExtEvents propertyAdd the following line in the "OnBeforerender" event:sender.allowBlank=false; But, it would be useful to have this as property and change this value on runtime. As optional display a message sender.emptyText='text to display when the field is empty'; Best regards
Marlon Nardi Posted March 14, 2013 Posted March 14, 2013 Very Good! Following this tip, this is opening many other Sencha documentation: http://docs.sencha.com/ext-js/4-1/ # Congratulations ...
Recommended Posts