extjs4.2 - How to change required field asterisk in ExtJs 4.2 -


i need change position of asterisk indicator of required field (allowblank: false) before field label. imagem bellow:

enter image description here

i can't find proper way in sencha docs.

there similar question here, not work on extjs 4.2.

the bellow code snippet worked wanted to.

beforelabeltexttpl: [     '<tpl if="allowblank == false">',         '<span class="' + ext.basecssprefix + 'required">*</span>',     '</tpl>' ] 

Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -