Search Type: Posts; User: brk11
Search: Search took 0.02 seconds.
-
22 Sep 2010 5:55 AM
Jump to post Thread: Icon after textfield by brk11
- Replies
- 4
- Views
- 632
I tried it but now I have a problem with a FieldUnit plugin I use, where the unitText appears between the field and the end icon. Any idea?
The only thing I want to do is to show an icon where I... -
22 Sep 2010 5:04 AM
Jump to post Thread: Icon after textfield by brk11
- Replies
- 4
- Views
- 632
Ok, but what happen if I want to use a Numberfield with its properties? I mean, I have a form with some numerical fields, and if I use a triggerField I lose maxValue, decimalPrecission, etc from...
-
22 Sep 2010 12:38 AM
Jump to post Thread: Icon after textfield by brk11
- Replies
- 4
- Views
- 632
I would like to develop a plugin (or something similar) to insert an icon after a text field (or a form field, in general). How can I insert an icon after them?
The idea is the same when msgTarget... -
21 Sep 2010 6:14 AM
Jump to post Thread: Form fields help "plugin" by brk11
- Replies
- 4
- Views
- 622
Could be something like http://www.sencha.com/forum/showthread.php?77984-Field-help-text-plugin.&p=429370#post429370
This is more or less what I want... but I have problems aligning the field... -
21 Sep 2010 5:37 AM
Jump to post Thread: Form fields help "plugin" by brk11
- Replies
- 4
- Views
- 622
Thanks! Do you remember any keyword to look for my "desired" plugin? Because I would like some hidden text which appears only on user demand.
-
21 Sep 2010 2:52 AM
Jump to post Thread: Form fields help "plugin" by brk11
- Replies
- 4
- Views
- 622
Is there any way or any plugin to show helps for form fields? I would like to show, for example, a help icon at one side of the form field, and when mouse over displays a tool tip.
I know you can... -
1 Sep 2010 6:50 AM
Jump to post Thread: Find item in menu with submenus by brk11
- Replies
- 2
- Views
- 454
Yes, but with cascade I only get items and menus at first level...
-
1 Sep 2010 6:33 AM
Jump to post Thread: Find item in menu with submenus by brk11
- Replies
- 2
- Views
- 454
Is there any method or an easy way to find all items (leafs) in a toolbar menu with submenus (with different levels)?
-
5 Aug 2010 7:16 AM
Jump to post Thread: Combobox mark invalid to not submit by brk11
- Replies
- 8
- Views
- 943
No, I can not do that, because when I select a value in the combobox I have to get some new data of the server and validate them with some numberfields in the form... But if I change the value of...
-
5 Aug 2010 6:59 AM
Jump to post Thread: Combobox mark invalid to not submit by brk11
- Replies
- 8
- Views
- 943
Depends on the selection, I get some values from server side and I have to compare them with some values in the form.
-
5 Aug 2010 6:55 AM
Jump to post Thread: Combobox mark invalid to not submit by brk11
- Replies
- 8
- Views
- 943
... first time validator returns false (invalid), combo is marked as invalid, but if I select the same value again I get the combo is valid. I get the same if I select another value... I show a text...
-
5 Aug 2010 6:50 AM
Jump to post Thread: Combobox mark invalid to not submit by brk11
- Replies
- 8
- Views
- 943
I tried to use a validator function but I get strange results...
-
5 Aug 2010 6:42 AM
Jump to post Thread: Combobox mark invalid to not submit by brk11
- Replies
- 8
- Views
- 943
How can I mark as invalid a combobox? Because if I use markInvalid method I see the combo as invalid, but when it is submitted is valid!
Help, please! -
26 Jul 2010 2:47 AM
Jump to post Thread: Combobox resize column layout by brk11
- Replies
- 4
- Views
- 711
No, I'm sorry, I don't have a layout defined for every column. I have a panel with layout: column and in every column I have a combobox. The problem is depending on the size of the column I can not...
-
26 Jul 2010 2:43 AM
Jump to post Thread: Combobox resize column layout by brk11
- Replies
- 4
- Views
- 711
The layout of my columns is 'form'.
-
26 Jul 2010 2:33 AM
Jump to post Thread: Combobox resize column layout by brk11
- Replies
- 4
- Views
- 711
I have a panel with column layout and every column has a columnWidth defined. How can I resize a combo in a column to fit the column size?
-
23 Jul 2010 2:14 AM
Jump to post Thread: Disable tabs by brk11
- Replies
- 0
- Views
- 365
I have a tabbed form with multiple tabs, most of them disabled. I use deferredRender: true, but I see with firebug the components in disabled fields are created, comboboxes load their stores, etc.,...
-
22 Jul 2010 4:53 AM
Jump to post Thread: Tabbed form no submit disable tab by brk11
- Replies
- 11
- Views
- 1,355
Now I have the problem if I have a required field in the disabled tab, when I submit the form and I test if it is valid, I get it isn't! Is this a bug?
-
22 Jul 2010 4:38 AM
- Replies
- 3
- Views
- 689
Yes, but I think this is just a patch, because according with deferredRender specification, when deferredRender: true, this shouldn't happen... At least, this is what I understand...
-
22 Jul 2010 2:50 AM
- Replies
- 3
- Views
- 689
I have a form tabbed in two panels, one of them disabled. I use deferredRender: true to avoid render items in the disabled tab and don't submit its items. This works perfectly and when I submit the...
-
22 Jul 2010 2:44 AM
- Replies
- 1
- Views
- 723
I'm completely sure this is a bug as you can read at deferredRender definition:
I'm going to move this thread to the Bugs forum. -
22 Jul 2010 1:12 AM
- Replies
- 1
- Views
- 723
I have a form tabbed in two panels, one of them disabled. I use deferredRender: true to avoid render items in the disabled tab and don't submit its items. And it seems it works!
My problem appears... -
20 Jul 2010 8:46 AM
- Replies
- 18
- Views
- 1,948
I finally resolved my problem reconfiguring my form... Now, I my form works perfectly but the design of my code isn't the desired... but it works!
I think the problem is when the forms/tabs... -
20 Jul 2010 12:26 AM
Jump to post Thread: TabPanel fit content by brk11
- Replies
- 14
- Views
- 1,170
I've removed the intermediate panel and now I'm adding the grid panel directly to the tab panel, and I have the same problem. Remember, my problem isn't that the grid isn't laid out fit to its...
-
19 Jul 2010 8:04 AM
Jump to post Thread: TabPanel fit content by brk11
- Replies
- 14
- Views
- 1,170
OK, I'll try to remove the intermediate and unnecessary panel and add the grid directly to the tabpanel (I think I did this because I had problem with the tab title).
But, what about the problem...
Results 1 to 25 of 68
