Search Type: Posts; User: stimpy
Search: Search took 0.02 seconds.
-
9 Oct 2012 4:25 AM
- Replies
- 8
- Views
- 598
@dstm
I think you can use a call back in your store definition, although i have not tried it .
var mySelOpts=Ext.create('Ext.data.Store',{
model:'mySelModel',
autoload:true, -
9 Oct 2012 2:50 AM
- Replies
- 8
- Views
- 598
@dtsm
I used a callback on my store like this to test a load event.
Perhaps can use a similar call back in a place that works for you ...
store.load({ callback:function(records,... -
8 Oct 2012 11:08 AM
Jump to post Thread: Is MVC really required? by stimpy
- Replies
- 22
- Views
- 4,394
I would like to hear someone who is in favor of JS MVC explain how you deal with security.
If your controllers contain business logic and they are all JS then you have a security problem.
Or... -
8 Oct 2012 11:03 AM
Jump to post Thread: MultiSelect and empty submit by stimpy
- Replies
- 1
- Views
- 146
After a little more poking around
It seems that "val" is undefined and thus has no join method.
This is not a surprise but it seems like its either a bug or something is not happening.
I... -
8 Oct 2012 9:59 AM
Jump to post Thread: MultiSelect and empty submit by stimpy
- Replies
- 1
- Views
- 146
I have a MultiSelect in a form .
xtype:'multiselector',
name:'myItemSelector',
itemId:'myItemSelectorId',
allowBlank:true,
store:'mySelOpts' ,
displayField:'selName', -
6 Oct 2012 12:56 PM
- Replies
- 6
- Views
- 528
@metalinspired
You pointed me in the right direction.
Here is what worked
store.load({ -
4 Oct 2012 1:51 PM
- Replies
- 6
- Views
- 528
@metalinspired
Thanks for the pointer.
I will try that ,however I don't understand why if I do this
Ext.ComponentQuery.query('#myItemSelectorId')[0].setValue(['1','2']); -
4 Oct 2012 10:07 AM
- Replies
- 6
- Views
- 528
@metal
thanks for your answer but i don't think prune will solve this .
The store must be reload by customer requirement ( lots of ADDs and REMOVES ).
The problem is that after a store... -
4 Oct 2012 7:43 AM
- Replies
- 6
- Views
- 528
I am trying to preserve multi selections after a store load. I can set and see the values without a problem but if I reload the store then set the values , the values are set but do not appear as...
-
2 Oct 2012 3:13 PM
Jump to post Thread: refreshing item selector by stimpy
- Replies
- 1
- Views
- 183
I hope i am missing something.
The docs http://docs.sencha.com/ext-js/4-1/#!/api/Ext.ux.form.ItemSelector
Do not appear to have any methods for removing choices ? Can I call reset after a... -
2 Oct 2012 8:39 AM
Jump to post Thread: refreshing item selector by stimpy
- Replies
- 1
- Views
- 183
I have an item selector configured as follows
xtype:'itemselector',
name:'myItemSelector',
itemId:'myItemSelectorId',
imagePath:'resources/js/ux/images',
allowBlank:true,
store:'mySelOpts'... -
4 Sep 2012 7:48 AM
Jump to post Thread: ExtJS lack of html encoding by stimpy
- Replies
- 26
- Views
- 16,826
Is there any word on this ?
Its a really important issue that seems to have languished.
IMO fixing this should be at the top of the list.
Failing a built in fix could someone from the team... -
9 Aug 2012 10:24 AM
- Replies
- 4
- Views
- 549
Roy
Thanks for the response.
I understand what Architect is trying to do , the problem is there is already a widespread and heavily used understanding of MVC implementations out in the world.... -
9 Aug 2012 5:30 AM
- Replies
- 4
- Views
- 549
For many people setting up the JS layer with is own MVC implementation is not acceptable.
So for those stuck with a more traditional MVC setup, will architect open plain javascript files ?
... -
9 Aug 2012 5:23 AM
Jump to post Thread: Using Architect and layouts by stimpy
- Replies
- 2
- Views
- 345
Upgraded from Designer to Architect . Feeling like that was money wasted .
I created a new 4.0 project . I added a container and then a field set.
I added 4 text fields to the field set.
... -
7 Aug 2012 12:20 PM
Jump to post Thread: Ext JS in a maven project. by stimpy
- Replies
- 36
- Views
- 11,778
I agree with bimargulies.
I also think while i am not an expert with maven that this is something that Sencha should be supporting "out of the box". Maven is practically the standard and full... -
23 Jul 2012 12:31 PM
Jump to post Thread: Ext 4.1.1 Problem with load mask by stimpy
- Replies
- 8
- Views
- 1,332
ChaosTimmy ..Thanks for the feedback .
My load handler is copy from the examples
function(){
formPanel.getForm().load({
url: 'myUrl',
... -
23 Jul 2012 7:41 AM
Jump to post Thread: Ext 4.1.1 Problem with load mask by stimpy
- Replies
- 8
- Views
- 1,332
update
Disabling the waitMsg parameter in the load form handler seem to make the problem go away ... but that mean no loading message and no loading msak. -
23 Jul 2012 7:12 AM
Jump to post Thread: Ext 4.1.1 Problem with load mask by stimpy
- Replies
- 8
- Views
- 1,332
After updating to 4.1.1 and making no other changes I have the loading mask that will not clear .
This not a custom mask just the light grey semi opaque loading mask.
But after the load... -
9 Jul 2012 1:13 PM
Jump to post Thread: htmlEditor / Text box word wrap by stimpy
- Replies
- 3
- Views
- 759
I tested this both on a mac 10.7 with FF12 and a PC Win 7 with FF10 LTS
I see it in my code and even the text box I typed this into .
I put the cursor on the first line and start typing ,... -
9 Jul 2012 1:05 PM
- Replies
- 4
- Views
- 680
I would just point out that having the examples NOT in MVC format makes them easier to understand and more widely useful .
A "pure" MVC JS front end is not an acceptable option for everyone.
... -
9 Jul 2012 10:26 AM
- Replies
- 4
- Views
- 438
Check with width of the container in firebug.
When i get this problem it means someting is too narrow . -
9 Jul 2012 7:48 AM
Jump to post Thread: htmlEditor / Text box word wrap by stimpy
- Replies
- 3
- Views
- 759
It it possible to force word wrap in "htmlEditor" element ? If so How ?
It seems odd this feature of not available given the other features implemented. -
6 Jul 2012 3:33 AM
Jump to post Thread: Heat map by stimpy
- Replies
- 3
- Views
- 775
@anaP
You might look at scatter charts and filled radar charts. depending on your exact need either might do what you need.
Another option would be a custom renderer on a grid . -
6 Jul 2012 3:26 AM
Jump to post Thread: EXT Charts are not working in IE by stimpy
- Replies
- 5
- Views
- 1,115
@BMK
Looks like you may have trimmed off too much .
If you are using source control you can revert to an earlier version .
You make also see a better error emssage ( and be able to step the...
Results 1 to 25 of 96
