-
12 Dec 2011 9:15 AM #1
Answered: Add icon to textfield like useClearIcon
Answered: Add icon to textfield like useClearIcon
Can I add a button or icon to an inputfield to fire an Event ? Or can I override the useClearIcon function and change the icon ?
I load a form to show some information and want to add for special textfields a more button. My textfield is read only.
for example
Has some one a great solution for this ?Code:{ xtype: 'textfield', id: 'resultcard_textfield_etd_atd_dp', name : 'etd_atd_dp', label: 'ETD*-ATD', listeners: { afterrender: function(ele) { ele.fieldEl.dom.readOnly = true; ele.labelEl.update('<span class="font_second_color">ETD*-</span><span class="font_first_color">ATD</span>'); } } }
-
Best Answer Posted by mitchellsimoens
It's all in the render tpl... look at the source for the text field
-
12 Dec 2011 9:26 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,641
- Vote Rating
- 434
- Answers
- 3107
It's all in the render tpl... look at the source for the text field
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
24 Dec 2012 10:04 AM #3
Hi
is there an example how this can be done.
I am able to overide the label but not the textfield or clearicon
thx in advance


Reply With Quote