Search Type: Posts; User: mhaddy
Search: Search took 0.02 seconds.
-
25 Dec 2011 6:46 AM
Jump to post Thread: Hidden form field by mhaddy
- Replies
- 7
- Views
- 2,626
Throwing an exception to test the definedness of an optional value sounds crazy to me - but I guess that is a topic better discussed elseware.
Thanks for the info. -
24 Dec 2011 11:11 AM
Jump to post Thread: Hidden form field by mhaddy
- Replies
- 7
- Views
- 2,626
I have no problem getting this exception outside my application using the code above.
Let me ask you this...
The error is wrapped in a try/catch block. The settings I am using is to break on... -
24 Dec 2011 10:07 AM
Jump to post Thread: Hidden form field by mhaddy
- Replies
- 7
- Views
- 2,626
Uhhg. I am. Unfortunately, all my forms are contained in windows and all that have hidden fields are throwing this error. I will try to isolate this outside my application.
-
24 Dec 2011 9:51 AM
Jump to post Thread: Hidden form field by mhaddy
- Replies
- 7
- Views
- 2,626
Interesting. Your panel worked for me also. It seems to fail when wrapped in a window:
var dlPassChangeWin = Ext.create('Ext.window.Window', {
width: 400,
height: 400, -
24 Dec 2011 8:36 AM
Jump to post Thread: Hidden form field by mhaddy
- Replies
- 7
- Views
- 2,626
If a form field is hidden
{
xtype:'hidden',
name:'UserID'
} -
25 Oct 2011 6:54 AM
- Replies
- 5
- Views
- 906
REQUIRED INFORMATION
Ext version tested:
Ext 4.06
Browser versions tested against:
NA
DOCTYPE tested against: -
14 Oct 2011 7:59 AM
Jump to post Thread: model field names by mhaddy
- Replies
- 4
- Views
- 707
Given a store, I want to access the fields collection.
var fields = store.model.fields?
However the above is not valid- fields is not a member of model. -
14 Oct 2011 7:30 AM
Jump to post Thread: model field names by mhaddy
- Replies
- 4
- Views
- 707
This seems like it should be so easy, but I cannot figure it out. How do you get the fields (not the data) associated with a model?
-
8 Apr 2010 1:44 PM
Jump to post Thread: Tree Node display by mhaddy
- Replies
- 0
- Views
- 470
Similar to mail programs, I would like my tree node to reference a count next to the node text.
for instance: Inbox (5)
How would I display something like this so as to handle the style of... -
27 Mar 2010 3:26 AM
Jump to post Thread: Practical limits by mhaddy
- Replies
- 3
- Views
- 928
thanks
-
26 Mar 2010 4:07 PM
Jump to post Thread: Practical limits by mhaddy
- Replies
- 3
- Views
- 928
I am a noob in every sense of the word. Here is my question - are there practical limits (other than transfer sizes) to the number of controls? For instance, if I have a page and that page contains...
Results 1 to 11 of 11
