Search Type: Posts; User: rtrocc
Search: Search took 0.02 seconds.
-
28 Feb 2012 8:37 PM
- Replies
- 2
- Views
- 370
Thanks for the affirmation, I'll post my results here when I get around to it.
-
28 Feb 2012 12:41 PM
- Replies
- 2
- Views
- 370
I have a grid with a RowNumberer column but I'm allowing the rows to be dragged (plugin) to re-order them. This works, but the numbers for each row follows the node when its reordered which leaves...
-
17 May 2010 11:21 AM
- Replies
- 6
- Views
- 1,610
Thanks guys!
-
17 May 2010 10:44 AM
- Replies
- 6
- Views
- 1,610
I haven't, but does it offer the correct formatting that a receipt printer requires?
-
17 May 2010 9:29 AM
- Replies
- 6
- Views
- 1,610
Hey guys,
I was curious to know if there are any extensions to accomplish printing receipts from a web application written in Ext. Maybe external libraries you guys may be aware of? I'd like to... -
30 Jul 2008 8:06 AM
- Replies
- 836
- Views
- 308,297
I hate to barge in an existing support conversation, but I was just curious if anyone has noticed the following issue in FF3 (could happen in other browsers too) :
After a file is uploaded via the... -
19 Jul 2008 11:46 AM
- Replies
- 9
- Views
- 1,265
Okay, I found that the proper way to set the label width and not affect the offset of combo boxes was to use the labelWidth property on the form panel containing the combo.
This is the code above... -
19 Jul 2008 11:40 AM
- Replies
- 9
- Views
- 1,265
I need to apply this config to the label of the combo box, which from my understanding, is not a component type, hence the initialConfig property does not exist for it.
-
19 Jul 2008 11:26 AM
- Replies
- 9
- Views
- 1,265
Thanks for confirming that... Is there a workaround to this? I find it hard to believe that I found a bug that even exists in FF2
-
19 Jul 2008 9:56 AM
- Replies
- 9
- Views
- 1,265
UPDATE: It seems this is only happening with Firefox 3 since in IE7 I dont have any offset issues. Could be in FF2 as well, but I dont have multiple profiles setup to test it out on both versions....
-
19 Jul 2008 9:51 AM
- Replies
- 9
- Views
- 1,265
Go here: http://extjs.com/deploy/dev/examples/form/combos.html
Open your firebug console and type this code in it and hit run, you'll see what I mean:
var newWindow = new Ext.Window({
... -
19 Jul 2008 8:49 AM
- Replies
- 9
- Views
- 1,265
When I set a labelStyle: 'width: 150px;' property on my combobox, the offset for the combo list is still for the default label width of 100px, resulting in a mis-alignment as shown in the attached...
-
27 Jun 2008 4:23 AM
- Replies
- 2
- Views
- 1,586
anyone?
-
27 Jun 2008 4:23 AM
Jump to post Thread: Update grid vir external Ajax ? by rtrocc
- Replies
- 1
- Views
- 810
I suggest you take a look at the tutorials, and API docs ...
The way Ext works with remote data is through a "data store". With this data store, anything can be accomplished including what you... -
26 Jun 2008 4:17 PM
- Replies
- 2
- Views
- 1,586
ok I have a gridEditor with a column that uses a "textfield" as the editor property. I wanted have a keymap set on the textfield to enter tokens into the field when triggered...
I managed to get... -
17 Jun 2008 9:33 AM
- Replies
- 836
- Views
- 308,297
Thanks for this solution, im glad I wasn't the only one who found the problem :)
-
16 Jun 2008 12:55 PM
- Replies
- 836
- Views
- 308,297
since the toolbar items are configured on the inside of the extension you wouldnt be able to add the '->' items. I would imagine this can be accomplished with the DomHelper Singleton ;)
-
16 Jun 2008 6:24 AM
- Replies
- 836
- Views
- 308,297
Saki, there is a bug in IE7 that removes all buttons from the tbar when clicking the "remove all" button.
It even happens in your demo. Try to add a file or files and click the remove all button... -
11 Jun 2008 3:53 PM
- Replies
- 836
- Views
- 308,297
yep, its all about the response header from the server... I had that same problem...
-
11 Jun 2008 1:42 PM
- Replies
- 4
- Views
- 1,889
very true, I think I might have to go with a dataview for country selections just to organize 239 choices the best way... but would it be possible to add a checkbox on each item in the dataview to...
-
11 Jun 2008 12:35 PM
- Replies
- 4
- Views
- 1,889
WOW, that was simple enough...
Thanks bud! -
11 Jun 2008 11:41 AM
- Replies
- 4
- Views
- 1,889
ok, I want to setup a panel with lets say 2 or 3 columns, each column will have checkbox items of which will represent countries. I attached an image of how I have my checkbox's setup. I simply want...
-
9 Jun 2008 6:04 PM
- Replies
- 4
- Views
- 888
Thanks for your help...
After looking into it further, I found out that I had to override two methods. "notifyOver" was required to display the correct icon in the dd proxy. The other method I... -
9 Jun 2008 8:38 AM
- Replies
- 4
- Views
- 888
ok I found out that I need to override a dropZone function. Im trying to override the notifyOver method, but I think I need some help...
notifyOver : function(dd, e,... -
9 Jun 2008 7:13 AM
- Replies
- 4
- Views
- 888
I have a single TreePanel using DD. Im trying to display the invalid drag icon in the proxy depending on which node its hovering over. Which function must I declare in the dragConfig to handle the...
Results 1 to 25 of 54
