Search Type: Posts; User: extjslearner
Search: Search took 0.04 seconds.
-
19 Mar 2009 5:18 AM
Jump to post Thread: Background color of viewport by extjslearner
- Replies
- 1
- Views
- 991
Can i set background color of viewport..?
I tried this..but not coming
bodyStyle:'background-color:red' -
19 Mar 2009 3:57 AM
- Replies
- 493
- Views
- 132,749
Very much Excited to see....
mail Id:
spartan.learnado@yahoo.com -
16 Mar 2009 8:39 AM
- Replies
- 1
- Views
- 519
Hi,
I am getting the response as json oject from the server side for the ajax request.
I am getting the values into another object.
success: function(response){... -
16 Mar 2009 6:16 AM
Jump to post Thread: How to refresh the Component by extjslearner
- Replies
- 6
- Views
- 3,863
I got this
Ext.getCmp('tree-panel').root.reload(); -
16 Mar 2009 5:42 AM
Jump to post Thread: How to refresh the Component by extjslearner
- Replies
- 6
- Views
- 3,863
I want to set the treeloader with my new data from response .if it is not possible
I Just want to refresh the tree panel.
my data for tree is
[{
text:'My Country',
id:'mycountry',... -
16 Mar 2009 5:07 AM
Jump to post Thread: How to refresh the Component by extjslearner
- Replies
- 6
- Views
- 3,863
How to access AsyncTreeNode() i am in different js file .and what is callback function
Cant we refresh the tree panel directly .
Or cant we load the tree loader like this
... -
16 Mar 2009 4:44 AM
Jump to post Thread: How to refresh the Component by extjslearner
- Replies
- 6
- Views
- 3,863
Hi,
I am having tree panel in a viewport
var treeloader=new Ext.tree.TreeLoader( {
id:'treeloader-panel',
dataUrl :'left.json'
});
var treePanel = new Ext.tree.TreePanel( {
id... -
4 Mar 2009 3:38 AM
Jump to post Thread: Retriving Ajax Response by extjslearner
- Replies
- 3
- Views
- 746
Response handler in client code
-
4 Mar 2009 2:54 AM
Jump to post Thread: Retriving Ajax Response by extjslearner
- Replies
- 3
- Views
- 746
Hi
I am using Ajax request to send the data to the server and in return i am getting the json object back as a response .I even saw the response getting from server in fire bug.
But how i need to... -
3 Mar 2009 4:46 AM
Jump to post Thread: How to access bbar in a grid by extjslearner
- Replies
- 5
- Views
- 1,384
Thank u for valuable suggetions.
I got
grid.getBottomToolbar().enable();
or
Ext.getCmp('submit').enable(); -
3 Mar 2009 3:58 AM
Jump to post Thread: How to access bbar in a grid by extjslearner
- Replies
- 5
- Views
- 1,384
Thank U .
how to acess bottomtoolbars's Load button
{
text:'LoadButton',
handler:function(){}
} is it possible like this getBottomToolbar() .LoadButton..?
Thanks in advance. -
3 Mar 2009 3:03 AM
Jump to post Thread: How to access bbar in a grid by extjslearner
- Replies
- 5
- Views
- 1,384
Hi,
I am having a bbar in a grid .
bbar : [{
text:'Load',
handler:function(){}
},{
text:'submit'
disabled:true, -
26 Feb 2009 6:26 AM
Jump to post Thread: Listener to load the store by extjslearner
- Replies
- 14
- Views
- 3,608
Just to send the wbsId to server.
I am doing nothing with the response.
I also submitted using normal form submit .
firstgrid.getForm().getEl().dom.action = 'getWbsTasks.json';
... -
26 Feb 2009 5:11 AM
Jump to post Thread: Listener to load the store by extjslearner
- Replies
- 14
- Views
- 3,608
I got this
i kept the listener when the row is selected at that time wbsId is sent to the server.
sm3.addListener('rowselect', send, this);
function send() { -
26 Feb 2009 12:02 AM
Jump to post Thread: Listener to load the store by extjslearner
- Replies
- 14
- Views
- 3,608
Hi,
I attached all the required files and json data(basically it should come from server) in below attachement which can be runned if we unzip in examples folder of ext-2.2 .
Here when i click on... -
25 Feb 2009 7:26 AM
Jump to post Thread: Listener to load the store by extjslearner
- Replies
- 14
- Views
- 3,608
Ok fine
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title id='title'>Title</title>
<!-- ** CSS ** -->
<!-- base library -->
<link... -
25 Feb 2009 5:17 AM
Jump to post Thread: Listener to load the store by extjslearner
- Replies
- 14
- Views
- 3,608
I tried what u have said.
But I am using viewport center region to first load the grid and when user clicks on open button of the first grid it should display the second grid in the same region.
I... -
25 Feb 2009 3:19 AM
Jump to post Thread: Listener to load the store by extjslearner
- Replies
- 14
- Views
- 3,608
Hi,
I am having a senario where
I need to get the data from json store only after another form is submited.
But my call to get the data from json store is going first to the server .
I think Here... -
24 Feb 2009 3:23 AM
- Replies
- 1
- Views
- 775
Hi,
I am having content panel in the center region of the view port.
In content panel i am displaying one grid.
When i select one row of a grid and click open button it takes the row id to the... -
23 Feb 2009 4:55 AM
- Replies
- 0
- Views
- 676
Hi,
I am having a senario
I am having grid inside the form .
I want to submit form through normal submit.
Because i want to redirect to another page after submitting the value(which is not... -
20 Feb 2009 4:50 AM
Jump to post Thread: Getting values from server by extjslearner
- Replies
- 1
- Views
- 573
Hi,
I am using viewport.In west tree,In center dynamic grids on clicking the nodes of tree.
I am having one senario
when i click on the row of a grid an id is sent to the server then
the records... -
18 Feb 2009 6:57 AM
Jump to post Thread: Form Refresh by extjslearner
- Replies
- 2
- Views
- 1,015
Hi ,
I am using
FormPanel inside the component panel in the center region of viewport .
I want to automaticaly refresh the form after submitting so that form fields should be reset.
This is... -
18 Feb 2009 6:01 AM
Jump to post Thread: Ext.getCmp by extjslearner
- Replies
- 2
- Views
- 1,117
Can any one expain me what
Ext.getCmp
method will do .Every were it is used .
Thanks in advance.
Regards, -
17 Feb 2009 11:18 AM
- Replies
- 5
- Views
- 1,047
I didnt get can u plz explain with sample code.
sorry for inconvinence,i am still in learning stage.
Thanks in advance.
Regards,
ExtJSLearner. -
17 Feb 2009 11:05 AM
- Replies
- 5
- Views
- 1,047
Thank u ,
But here
I am using tree in the west panel.
when i click on node of tree by using
treePanel.on('click', function(n)............
I am displaying different grids and forms in the...
Results 1 to 25 of 44
