Search Type: Posts; User: paul.laskar
Search: Search took 0.02 seconds.
-
11 Aug 2010 6:36 AM
Jump to post Thread: regarding extjs and struts by paul.laskar
- Replies
- 0
- Views
- 501
I have around 30-40 struts action files written in java and now I have use them in my extjs application .
We are using jsp for front end but not I have to use extjs for my front end. That means I... -
29 Jul 2010 8:06 AM
- Replies
- 6
- Views
- 805
thanks! this is solved...you can close this thread...but this is still working if I don't move it out of the loop..
-
28 Jul 2010 7:57 AM
- Replies
- 6
- Views
- 648
I am looking for a 'MultiCellSelectionModel' for a requirement.
-
27 Jul 2010 6:03 PM
- Replies
- 6
- Views
- 648
its working I am just calling wrong ID's ...just fixed those ID's ...thanks Condor ... I am using 'rowselect' but may try cell selection ...
if you can point me towards a cell selection model... -
27 Jul 2010 11:32 AM
- Replies
- 6
- Views
- 648
Sorry ! If I am not clear ...But I did n't asked to write the application for me .. I am just asking about the approach.. I have already written the application and my Rowselection model is not...
-
27 Jul 2010 8:24 AM
- Replies
- 6
- Views
- 648
I have a grid and I want to open an another grid from the first column data on click and that should be on same page below the first grid.
-
27 Jul 2010 8:15 AM
- Replies
- 6
- Views
- 805
Thanks! I got the dynamic tabs . I am missing title:columnName.toString() and doLayout ofcourse.....
store.on('load', function(){
store.each(function(rec)
{
... -
26 Jul 2010 5:16 AM
- Replies
- 6
- Views
- 805
On page load I need to display a grid which will pull data from a real time data base . I am using json store for it and used jsp to convert into json objects . I am getting the data in my grid but I...
-
24 Jul 2010 7:57 AM
- Replies
- 6
- Views
- 805
I want to add tabs from grid column on page load dynamically . Grid is pulling data in real time and every time page load it contains different set of data.
-
23 Jul 2010 3:02 PM
- Replies
- 4
- Views
- 1,270
On page load a grid is populated from a real time database and every time it contains different number of records. Now I have to generate the tabs from first column dynamically and each tabs...
-
23 Jul 2010 12:03 PM
- Replies
- 4
- Views
- 1,270
Thanks!
meyerovb but not able to get the tabs ... but I am thinking of an another approach
store.on('load', function(s,r,o)
{
s.each(function(re)
{
var column1 = re.get('COLUMN1');... -
23 Jul 2010 7:36 AM
- Replies
- 4
- Views
- 1,270
Hello,
I am generating a grid from a real time database using JsonStore. On page load column1 data need to generate tabs dynamically. How can I generate those tabs dynamically?
Thanks,
Paul
Results 1 to 12 of 12
