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

Using 'OR' and 'AND' in SQL Server -

python - Finding intersection between ellipse and a line -

c++ - NetBeans Remote Development with additional configuration -