Search Type: Posts; User: pianoroy
Search: Search took 0.02 seconds.
-
11 Oct 2011 8:56 AM
- Replies
- 3
- Views
- 2,147
I'd appreciate a reply, even if it is a [rejected] tag :)
Thanks
Roy -
5 Oct 2011 10:52 AM
- Replies
- 3
- Views
- 2,147
...with a slightly different setup.
I have a panel with a toolbar, and I'm calling doLayout on a parent panel when the window is resized (essentially, I'm re-implementing monitorResize because I... -
26 Oct 2010 1:28 PM
- Replies
- 2
- Views
- 1,696
Ext version tested:
Ext 3.3.0 (Bug exists here. The setState function in Ext.grid.ColumnModel was introduced in Ext 3.3.0)
Browser versions tested against:
IE9
FF3 (firebug 1.5.4... -
24 Feb 2010 3:59 PM
Jump to post Thread: toggle 'Show in groups' by pianoroy
- Replies
- 2
- Views
- 696
I want to know this too.
I know I can turn it off using (dataStore).clearGrouping(), but I would like to turn it back on. -
19 Feb 2010 5:43 PM
Jump to post Thread: extjs vsdoc have a template? by pianoroy
- Replies
- 2
- Views
- 2,206
Bump.
I'd like it for Ext 3.x, but the only one I have is for 2.2. I got it from here: http://www.spket.com/ext-intellisense-visual-studio.html
Update:
They have vs intellisense docs for Ext... -
1 Jul 2008 1:29 PM
- Replies
- 7
- Views
- 5,058
JKralicky, did you ever get this to work? I'm trying to do the same thing.
Thanks!
-Roy -
30 May 2008 2:51 PM
- Replies
- 3
- Views
- 931
This is basically equivalent to the problem this person had with Ext 1.1:
http://extjs.com/forum/showthread.php?t=8861
Is it even possible to use AutoHeight inside a border layout? -
30 May 2008 1:58 PM
- Replies
- 5
- Views
- 3,966
Saeven, were you ever able to solve this issue? I'm having a very similar problem (need my TabPanel to autoHeight to the content of the center pane of a contained BorderLayout)
Thanks,
Roy -
30 May 2008 11:31 AM
- Replies
- 3
- Views
- 931
I am having the exact same problem. Is it even possible to set autoHeight to true and expect it to work for a Panel that contains a BorderLayout?
-
30 Oct 2007 10:22 AM
- Replies
- 0
- Views
- 943
Hello,
I have a page built with ExtJS 1.1.1. One part of the page has an Ext.BasicDialog with a TinyMCE control inside. If I click the FullScreen button on the TinyMCE control, Firefox crashes... -
20 Sep 2007 8:27 AM
- Replies
- 2
- Views
- 900
I'm going to try and get this done today. Thoughts, anyone?
-
20 Sep 2007 8:20 AM
- Replies
- 3
- Views
- 948
Remember that Safari for Windows (and the upcoming mac version) is supposed to render and behave identically to Safari for the iPhone. I'd recommend looking at the Ext examples using Safari on your...
-
19 Sep 2007 9:39 PM
- Replies
- 2
- Views
- 900
Hello,
I have a project to lay out about 20 BoxComponents (not form fields) on a page. I would rather not have to write up a lot of markup and CSS, so I'm wondering: Is it possible to use the... -
14 Sep 2007 7:26 AM
- Replies
- 3
- Views
- 1,066
The second one doesn't work because it returns an Ext.Element object (not the Button object). Ext.Element is simply a convenient wrapper for DOM elements.
//returns a button object
var... -
13 Sep 2007 9:22 AM
- Replies
- 4
- Views
- 1,725
I ended up creating my own class for handling the tinyMCE instance, and it doesn't subclass anything.
I had previously subclassed Ext.form.Form for handling another custom field, so I just plugged... -
12 Sep 2007 5:32 PM
- Replies
- 4
- Views
- 1,725
It needs to be filled in -- not be empty.
-
12 Sep 2007 5:05 PM
- Replies
- 4
- Views
- 1,725
Hello,
I need to use a tinyMCE editor as a form field in a Ext.form.Form. I successfully replaced a TextArea in the form with a tinyMCE editor, using the simple command:
... -
27 Aug 2007 10:36 AM
Jump to post Thread: Collapsible Fieldset by pianoroy
- Replies
- 2
- Views
- 1,336
I am also interested in this concept. Has anyone done any work on it?
-Roy -
20 Aug 2007 10:12 AM
Jump to post Thread: FieldSet enable/disable by pianoroy
- Replies
- 3
- Views
- 1,665
Well, if your validation allows them to be empty, then validating them shouldn't be a problem.
If the user disables them, you can just set them to be empty before disabling, thereby allowing them... -
16 Aug 2007 1:40 PM
- Replies
- 6
- Views
- 2,013
That works, thanks!
Jack, if you see this, there should be a jsonData property for Ext.Ajax.request, as well as an xmlData property - so people can send JSON data with the correct headers.
For... -
16 Aug 2007 1:12 PM
- Replies
- 6
- Views
- 2,013
Thank you MaximGB... but no, that doesn't work either. I tried passing in that object, but it sent the following as the body of the post message:
method=addFieldRow&id=2
It's still trying to... -
16 Aug 2007 12:53 PM
- Replies
- 6
- Views
- 2,013
Thanks for the reply, devnull.
Actually, I copied/pasted the urlEncoded string in my first post from Firebug. That is what Ext is spitting out.
Side note: I tried using the Ajax.Request method... -
16 Aug 2007 10:59 AM
- Replies
- 6
- Views
- 2,013
Hello friends,
I am making a JSON-RPC request via Ext.Ajax.request. The problem is, my request parameters are being urlEncoded against my will. (using ExtJS 1.1)
I am trying to send the following... -
19 Jul 2007 1:54 PM
- Replies
- 4
- Views
- 1,458
I'm having the exact same problems as webbbret.
Problem 1: All grid column headers become unresponsive to mouse-over or left-click after one or more column moves.
Problem 2: The grid columns... -
18 Jul 2007 9:11 AM
Jump to post Thread: JSON parser by pianoroy
- Replies
- 3
- Views
- 1,500
Or if you're using the Prototype library, the following will also work:
var js_object = (string).evalJSON(true);
The 'true' is a flag for whether to sanitize the contents, to avoid XSS attacks.
Results 1 to 25 of 31
