Search Type: Posts; User: WixSL
Search: Search took 0.03 seconds.
-
Yesterday 5:42 AM
Jump to post Thread: Dynamic Model Fields... by WixSL
- Replies
- 2
- Views
- 113
THE BEST ASWER WAS #2 FROM "mitchellsimoens" NOT MY OWN RESPONSE.
Thank you so mutch, that will do it.
Sorry for not investigating well enough first in the docs. -
20 May 2013 9:26 AM
Jump to post Thread: Dynamic Model Fields... by WixSL
- Replies
- 2
- Views
- 113
I need to use a same Model definition, with dynamic fields.
Is there a way that I can pass a "fields" config object to a Model, and the Model takes it for each instance?
I found this in a post... -
20 Sep 2012 8:08 AM
- Replies
- 191
- Views
- 37,305
Just a sigestion, did you consider this thread:
http://www.sencha.com/forum/showthread.php?123787-Grid-performance-improvement-suggestion -
4 Sep 2012 5:53 AM
- Replies
- 2
- Views
- 719
That's what i thought.
Note: But i provide a test case with one of your examples. -
3 Sep 2012 9:42 AM
- Replies
- 2
- Views
- 719
1.- Open sample: http://dev.sencha.com/deploy/ext-4.1.0-gpl/examples/form/contact-form.html
and click on "Contact Us" Button
2.- Type an invalid e-mail address in the field "Your e-mail... -
1 Mar 2012 3:19 PM
- Replies
- 2
- Views
- 423
Ok. Thank you.
-
29 Feb 2012 5:48 PM
- Replies
- 2
- Views
- 423
I want to know how to target a specific element or component when showing a Ext.MessageBox instead of targetting the page body.
Thanks. -
10 Feb 2012 6:05 PM
- Replies
- 192
- Views
- 93,659
Don't delete the filters, I need them for reuse:
Ext.ux.grid.GridFilters = Ext.extend(Ext.util.Observable, {
//...
/** @private */
constructor : function (config) {
... -
6 Feb 2012 7:24 AM
- Replies
- 3
- Views
- 618
Ok. I've solve it by defining a "fix" border layout skeleton and dynamically adding the components to the regions.
-
5 Feb 2012 12:18 PM
- Replies
- 3
- Views
- 618
That's great.
Thank you so much.
I've mark mitchellsimoens answer as the best possible, witch in did it is.
But I still need an Ext 3.4.0 approach since most of my code is written with that... -
4 Feb 2012 8:52 PM
- Replies
- 3
- Views
- 618
Does Ext 4.1 allows adding dinamycally regions to a border layout.
If not, how can I solve he following type of situation:
For speed perseption reasons y create an Ext.Window and show it... -
2 Feb 2012 6:30 PM
- Replies
- 4
- Views
- 652
Try this:
As you doble click the button, move up and down the mouse pointer a little bit hovering the button.
Actually by doing this, you won't be able to make doble clicks, but clicking... -
31 Jan 2012 3:23 PM
- Replies
- 1
- Views
- 382
Just collapse the form's window, the borders remains visible.
31204 -
30 Jan 2012 3:08 PM
- Replies
- 4
- Views
- 652
Border layout is easily breakable
Ext version tested:
Ext 4.1 beta 2
Browser versions tested against:
Google Chrome 16 IE6 Opera 12Alpha FF9.01 (firebug 1.9 installed) Safari 5
DOCTYPE... -
29 Jan 2012 11:38 PM
- Replies
- 4
- Views
- 652
Playing arround whith the border layout sample i get this.
31141
I was unable to put together a step by step bug reproduction, but i did it several times.
Always when collapsing and... -
29 Jan 2012 11:31 PM
Jump to post Thread: Some minor corrections... by WixSL
- Replies
- 2
- Views
- 467
Ok, thank you very much for your reply.
Sorry for the insistance. -
29 Jan 2012 10:10 PM
Jump to post Thread: Some minor corrections... by WixSL
- Replies
- 2
- Views
- 467
- Ext.String.repeat: This method dosn't work, "buf" variable is defined in the for() loop header, and is used after the loop (???).
- Ext.JSON: encodeArray: "newLine" argument never get used.
-... -
29 Jan 2012 10:15 AM
Jump to post Thread: [4.1b2] Validations missing... by WixSL
- Replies
- 3
- Views
- 544
Why this thread is marked as closed?
This are valid errors. -
28 Jan 2012 11:32 PM
Jump to post Thread: Ext.form.field.Text Syntax Error... by WixSL
- Replies
- 3
- Views
- 609
I realise lately, but yes is not a very legible style.
Thanks for the replay. -
28 Jan 2012 10:53 PM
Jump to post Thread: [4.1b2] Validations missing... by WixSL
- Replies
- 3
- Views
- 544
Fair enough.
I'll reduce the list to the errors if found:
- Ext.String.repeat: This method dosn't work, "buf" variable is defined in the for() loop header, and is used after the loop (???).
-... -
28 Jan 2012 6:39 PM
Jump to post Thread: Ext.form.field.Text Syntax Error... by WixSL
- Replies
- 3
- Views
- 609
Sorry, that may be the intended syntax.
-
28 Jan 2012 6:14 PM
Jump to post Thread: Ext.form.field.Text Syntax Error... by WixSL
- Replies
- 3
- Views
- 609
Missed an "=" sign in the following if() statement:
if(me.maskRe || (me.vtype && me.disableKeyFilter !== true && (me.maskRe = Ext.form.field.VTypes[me.vtype+'Mask']))){
Is located in... -
28 Jan 2012 3:49 PM
Jump to post Thread: [4.1b2] Validations missing... by WixSL
- Replies
- 3
- Views
- 544
Some "Ext.String" method's arguments are treated as strings/arrays without being validated for their types, witch will lead to js errors:
From ext-all-debug.js:
- htmlDecodeReplaceFn:... -
19 Nov 2011 12:22 PM
Jump to post Thread: Google Chrome Frame by WixSL
- Replies
- 6
- Views
- 1,599
This seems incredible!
I didn't know it.
Thank you for the info. -
10 Nov 2011 5:40 PM
- Replies
- 3
- Views
- 1,546
I've send an e-mail to the FireBug mailing list reporting the following bug, but I thought it could be relevant letting you know about it since it involves a performance problem, and may help you in...
Results 1 to 25 of 120
