Search Type: Posts; User: adeelmahmood
Search: Search took 0.02 seconds.
-
5 Dec 2012 11:26 AM
- Replies
- 2
- Views
- 253
well this is how i was able to figure it out .. not sure if its the best solution but seems to work fine
{
text: 'Sub Issues',
dataIndex: 'subissues',
width: 155,
renderer:... -
5 Dec 2012 9:02 AM
- Replies
- 2
- Views
- 253
i figured i can add some screenshots to make it easier to understand the problem I am seeing .. one screenshot shows the grid with extra space in the row even when the long column is hidden .. and...
-
4 Dec 2012 7:40 AM
- Replies
- 2
- Views
- 253
In my grid I have one column that requires the row height to be much bigger than all other columns .. my thinking was that if i show that column then row height will adjust to it and sort of expand...
-
26 Nov 2012 11:20 AM
- Replies
- 1
- Views
- 888
is there a licensing option available to upgrade from extjs4 to sencha complete without having to pay the full price for sencha complete .. where you will essentially be paying twice for extjs4 since...
-
15 Oct 2012 12:19 PM
Jump to post Thread: list inside a container by adeelmahmood
- Replies
- 1
- Views
- 187
found the answer
http://stackoverflow.com/questions/11451744/sencha-touch-2-list-is-invisible-in-container -
15 Oct 2012 8:46 AM
Jump to post Thread: list inside a container by adeelmahmood
- Replies
- 1
- Views
- 187
I am trying to show a view where the first half of page is populated by data about a single item and the bottom half is a listing of other items related to the main item on first half of page. So I...
-
5 Sep 2012 6:02 AM
- Replies
- 5
- Views
- 673
before trying to reset the form ill post my code to see whats the problem in it because closeAction by default is destroy and that should wipe out form as well ..
... -
4 Sep 2012 7:06 PM
- Replies
- 5
- Views
- 673
I have a button that opens up a window by calling a function that simply uses
var wnd = Ext.create("SomeWindow", {});
return wnd;
to return a new window every time because there is a form... -
30 Aug 2012 9:56 AM
Jump to post Thread: add row in grouped grid by adeelmahmood
- Replies
- 1
- Views
- 261
are there any examples on adding rows in a grouped grid .. and also i am curious about how to add the rows to a specific group .. thanks
-
30 Aug 2012 9:37 AM
Jump to post Thread: viewport with vbox layout by adeelmahmood
- Replies
- 2
- Views
- 350
I am trying to show a grid on a page with a toolbar immediately below the grid but I dont want to use the dockedItems .. instead i want to add a second component (toolbar) to the viewport and have...
-
27 Aug 2012 9:10 PM
- Replies
- 6
- Views
- 645
works perfect .. thanks
-
27 Aug 2012 9:09 PM
- Replies
- 6
- Views
- 645
makes sense .. i guess i was looking for ways how other people have handled this situation
-
27 Aug 2012 12:10 PM
- Replies
- 6
- Views
- 645
i am talking about manually resizing the flex:1 column .. yes resizing all other columns automatically adjusts the flex:1 column but manually resizing the flex:1 column decreases the overall width of...
-
27 Aug 2012 11:56 AM
- Replies
- 6
- Views
- 645
i have a grid setup with forceToFit as false and one of the columns with flex=1 setting and all other columns with a fixed width. on page load the grid shows up fine and the grid takes the full space...
-
14 Aug 2012 10:01 AM
Jump to post Thread: store not loading data by adeelmahmood
- Replies
- 1
- Views
- 262
never mind problem was in one of the fields that had a dot in it .. took that out and data is loading fine
-
14 Aug 2012 9:56 AM
Jump to post Thread: store not loading data by adeelmahmood
- Replies
- 1
- Views
- 262
for some reason i keep running into problems in trying to load data from different stores .. here is my model class
/*
* Issue.js
* Issue model class
* Used by Issues store class
*/... -
12 Aug 2012 2:23 PM
- Replies
- 1
- Views
- 385
I am trying to setup a simple store which loads data form a solr search server using jsonp proxy .. i m specifying the callback parameter as well as other solr params .. i am getting a valid response...
-
2 Aug 2012 4:01 PM
- Replies
- 1
- Views
- 215
I tried the filtering feature on regular grid and works pretty good but I was hoping to get the same functionality to work in a grouped store grid as well but the filter feature doesnt shows up in...
-
30 Jul 2012 9:33 AM
- Replies
- 7
- Views
- 1,347
by specifying the custom path in Ext.application in appFolder property or the paths property both seem to work ..
Ext.application{
name: 'DT',
appFolder: 'custom path'
OR
paths: {
... -
30 Jul 2012 9:10 AM
- Replies
- 7
- Views
- 1,347
yup makes sense
I tried using the regular Ext.require without the mvc setup and it does seems to pick up correct path from the loader so the problem seems to be with mvc not the loader .. -
28 Jul 2012 11:23 AM
- Replies
- 7
- Views
- 1,347
so are you saying i cant use the mvc pattern at all ?
also i tried relative path .. something like ../../../Folder
didnt seemed to make any difference .. so with mvc loader config path is... -
27 Jul 2012 5:36 PM
- Replies
- 7
- Views
- 1,347
its not the preferred approach but its the limitation of the environment I am working in .. html files with server side code embedded in them are served from a different directory and all javascript...
-
27 Jul 2012 1:35 PM
- Replies
- 7
- Views
- 1,347
for my application the html file that includes the extjs and app.js files is in a completely different folder than the folder where all the js files includes app.js file is in. so to make the dynamic...
-
21 Mar 2012 1:26 PM
- Replies
- 2
- Views
- 488
is that something that can be done from controllers (meaning runtime) or can be specified in the store configuration
-
21 Mar 2012 8:31 AM
- Replies
- 3
- Views
- 430
so what would be the solution .. explicitly hide the child elements when the parent is hidden and show them again or something
Results 1 to 25 of 33
