Search Type: Posts; User: morphe83
Search: Search took 0.02 seconds.
-
22 Mar 2012 2:39 AM
- Replies
- 1
- Views
- 1,170
css cls in mode readonly=true is not displayed
This error is corrected quite easily:
Ext.apply(Ext.form.field.Checkbox.prototype, {
setReadOnly: function(readOnly) {
var me =... -
12 Oct 2011 1:23 AM
Jump to post Thread: combobox beforeselect by morphe83
- Replies
- 3
- Views
- 3,657
Ext.override(Ext.form.ComboBox,
{
onListSelectionChange: function(list, selectedRecords) {
var me = this;
// Only react to selection if it is not called from... -
12 Oct 2011 1:19 AM
- Replies
- 2
- Views
- 526
Ext.override(Ext.form.ComboBox,
{
onListSelectionChange: function(list, selectedRecords) {
var me = this;
// Only react to selection if it is not called from...
Results 1 to 3 of 3
