Search Type: Posts; User: Anthony.Hall
Search: Search took 0.01 seconds.
-
1 Nov 2012 11:21 AM
Jump to post Thread: loading mask on a combo box by Anthony.Hall
- Replies
- 1
- Views
- 414
My json store for my combo box is quite large. Occasionally i have to reload the store.
When i reload the store these is no indication to the user that the store is reloading.
What is the... -
12 Sep 2012 2:48 AM
- Replies
- 4
- Views
- 581
On my grid i'm using rowediting.
if using Internet explorer 9( probably the other versions too ) and the page has scrollbars
When i edit a row and click "update" the page scrolls up to the start of... -
6 Sep 2012 7:13 AM
- Replies
- 3
- Views
- 558
thanks, i think your close. I need to vertically align 'top' the contents of my displayfield not the label of the display field. if you click on the image link above you'll see what i mean.
-
6 Sep 2012 6:15 AM
- Replies
- 3
- Views
- 558
I have the following display field. The text appears to vertical aligned to the middle. I'd like to align it to the top.
{
... -
4 Sep 2012 3:18 AM
- Replies
- 1
- Views
- 233
I have the following grid with rowEditing. I'd like to be able to enabled/disable the edit depending on a value on the record. How can i call the dblClick Event
var processRowEditing =... -
30 Aug 2012 12:44 AM
- Replies
- 2
- Views
- 391
See below firebug console. I need to clear/remove the filter properties. How is this done.
38348 -
8 Aug 2012 7:14 AM
Jump to post Thread: cannot select checkcolumn by Anthony.Hall
- Replies
- 1
- Views
- 291
I have the following checkcolumn. This renders perfectly. However for some reason i cannot select of deslect the checkcolumn.
{
xtype: 'checkcolumn',
dataIndex:... -
6 Aug 2012 8:43 AM
- Replies
- 1
- Views
- 361
I have a store "Contacts". In my application i'm using this in 2 grids and 1 combo box. In Each of these components have varying screen space so i need to define pageSize. What is the best practise...
-
3 Aug 2012 6:28 AM
- Replies
- 1
- Views
- 571
I have the following menu. How can i get the selected item. ie i would like to know the action name of the selected menu item.
{ ... -
2 Aug 2012 3:11 AM
Jump to post Thread: combo box reloading by Anthony.Hall
- Replies
- 1
- Views
- 277
I have the following combo box. I can see in firebug that partStore load when i create a new window.
However when i select and item. The combo reloads. Is there a combo setting i can use that... -
30 Jul 2012 12:22 AM
- Replies
- 2
- Views
- 591
I was thinking that you add the tbfill to an actual item. Here is a working example.
dockedItems:[
{
... -
30 Jul 2012 12:08 AM
- Replies
- 2
- Views
- 591
I have the following. I would like the first item 'create' to be aligned to the right.
I've read about using 'tbfill' to align. But i'm unsure how to use this with my implementation.
... -
25 Jul 2012 5:42 AM
- Replies
- 2
- Views
- 427
1) i couldn't get that example working on ie9 on 2 machines ( one is clean windows install ) it keeps getting confused by the compat mode
2) as for chrome i was able to recreate my scrolling... -
25 Jul 2012 4:19 AM
- Replies
- 2
- Views
- 427
On my grid i'm using rowediting.
if using Internet explorer 10 ( probably the other versions too ) and the page has scrollbars
When i edit a row and click "update" the page scrolls up to... -
18 Jun 2012 5:14 AM
Jump to post Thread: Store is undefine after sdk by Anthony.Hall
- Replies
- 1
- Views
- 277
my mvc applications works fine. However when i run the sdk. I get store is undefined.
Below the store is defined as "Cutters" I've also tried the full name namespace "Mis.store.Cutters"
I've... -
15 Jun 2012 11:35 PM
- Replies
- 1
- Views
- 324
actually i've just realised that the controller classes are not coming through either. Any thoughts to what may have stop this class being included.
-
15 Jun 2012 8:05 AM
- Replies
- 1
- Views
- 324
I have the following app.js file.When i run the command with out the "require" it works but does not include the views. When i add the required line i'm getting "store is undefine".I guess this is...
-
14 Jun 2012 8:45 AM
- Replies
- 0
- Views
- 341
i'm using the following command to create my jsb3 file.
sencha create jsb -a http://mysite.local/ext/cutter/app/index.html -p app.jsb3
I have various ext apps on mysite. So i don't wish to... -
11 Jun 2012 8:33 AM
- Replies
- 0
- Views
- 548
In my extjs grid 'cutterGrid' i have a renderer that has the following output
<a href="#" >Product 1</a>
on my controller i have the following
'#cutterGrid':{
cellclick... -
7 Jun 2012 5:15 AM
- Replies
- 2
- Views
- 421
thanks, i'm getting the following error. Are you sure i can't just add in a class selector in the controller. Seems quite cumbersome to have to bind an event like this.
Cannot read property... -
7 Jun 2012 3:23 AM
- Replies
- 2
- Views
- 421
I need to catch a rowclick in my controller
I have the following renderer
function renderProduct(value, p, r) { return Ext.String.format('<a href=# rel=editRow class=editRow>{0}</a>',... -
28 May 2012 8:02 AM
- Replies
- 3
- Views
- 959
I'm using 4.1
I've worked this out. I need to set the setExtraParam like so....
contactStore.proxy.setExtraParam('contactType', contactType); -
25 May 2012 6:33 AM
- Replies
- 3
- Views
- 959
In my proxy i set the a custom param which a global variable "contactType" that is set at the header of my html page
proxy:{
type:'ajax',
api:{
read:... -
23 May 2012 8:21 AM
- Replies
- 3
- Views
- 959
I have some logic that changes the store read url. This is working well but i have 2 issues.
1) when i change the store url. I would like the pager to return to the first page
2) when i change... -
18 May 2012 7:11 AM
- Replies
- 1
- Views
- 491
I wish to change the href value of my button
var worksheet = Ext.getCmp('partWorksheet');
worksheet.href = '/misreport/PartWorkSheet/' + jobId
When i look in firebug i can see that the value...
Results 1 to 25 of 80
