Search Type: Posts; User: Vijaya436
Search: Search took 0.02 seconds.
-
11 Nov 2009 9:45 AM
- Replies
- 0
- Views
- 454
Hi all,
May be this is a typical case. I am not getting the errors in the js file. The data is getting populated into the controller from the database. But that data is not getting populated into... -
27 Oct 2009 10:42 AM
- Replies
- 12
- Views
- 2,881
Hiii,
Some miracle happened and now its working.. The data is populated into the database. Thanks to all who tried for this..:) -
27 Oct 2009 9:11 AM
- Replies
- 12
- Views
- 2,881
Hi Condor.. Thanks for ur reply.. If thats not the actual problem... Then I am not getting why the data is not getting populated into the combo box..
Can anyone let meknow wher I went wrong.. or Can... -
26 Oct 2009 9:51 AM
- Replies
- 12
- Views
- 2,881
Hi ExtJsUser,
I tried the combo box data onload as specified by you. But I am getting the error as Permission denied to access property 'dom' from a non-chrome context. Here is my code..
... -
13 Oct 2009 5:27 AM
- Replies
- 12
- Views
- 2,881
Thanku all.. It helped me soo much.. My issue is resolved. :)
-
12 Oct 2009 6:52 AM
- Replies
- 12
- Views
- 2,881
Hi all,
My exact requirement is to populate the data dynamically to the Grid. I am not getting any errors but I am not getting the data displayed.
Here is my code
var jsonStore = new... -
10 Oct 2009 9:49 PM
- Replies
- 12
- Views
- 2,881
i want to get the list onload and populate that in the combo box...
-
9 Oct 2009 9:19 AM
- Replies
- 12
- Views
- 2,881
Hi all,
I have a doubt. After submitting the data I generally get the data from the JSON and write the code like this
responseText = actionObject.response.responseText;
var jsonObj =... -
9 Oct 2009 6:26 AM
- Replies
- 4
- Views
- 2,600
Thanku hendricd. Thats working great for me..
-
8 Oct 2009 7:05 PM
- Replies
- 4
- Views
- 2,600
After successful logging in I want the control to pass to the another url means after success:function(){ part I want to pass the control to the url instead of the jsp there means something like...
-
8 Oct 2009 8:12 AM
- Replies
- 4
- Views
- 2,600
Hi all,
My requirement is to redirect to another url on successful login process.
Here is my code for buttons..
buttons:[{
text:'Login',
formBind:... -
7 Oct 2009 8:48 AM
Jump to post Thread: Adding tooltip to form fields by Vijaya436
- Replies
- 6
- Views
- 7,014
Once can u try out this way..
var alumsCombo = new Ext.form.ComboBox( {
store : alumsStore,
displayField : 'ivy',
typeAhead : true,
id : 'numberOfAlums',
hideLabel : true,
mode... -
2 Oct 2009 2:19 AM
- Replies
- 1
- Views
- 2,243
Just placed
target:Ext.getCmp('averageWorkExpCombo'),
instead..
Thanks all.. -
2 Oct 2009 2:17 AM
- Replies
- 6
- Views
- 1,594
But not in this way.. Here is the working code for tooltip..
var alumsCombo = new Ext.form.ComboBox( {
store : alumsStore,
displayField : 'ivy',
typeAhead : true,
id :... -
30 Sep 2009 5:59 AM
- Replies
- 6
- Views
- 1,594
Hi dlbjr, I did the most similar way as this. I am not getting any error but I am not getting the ToolTip displayed. Here is my code
function prepareAverageWorkExpCombo(emptyValueText) {
var... -
30 Sep 2009 5:36 AM
- Replies
- 1
- Views
- 2,243
Hi all, I am trying to implement ToolTips to ComboBox. This is my code
function prepareAverageWorkExpCombo(emptyValueText) {
var averageWorkExpStore = new Ext.data.SimpleStore( {
fields :... -
29 Sep 2009 10:28 PM
- Replies
- 4
- Views
- 3,673
Thnks for ur help dlbjr.. I tried that but I am getting the error at
"target:averageWorkExpCombo" as "this.target is null or not an Object".
Should I add some .js file??? I added ToolTip.js and... -
29 Sep 2009 11:25 AM
- Replies
- 4
- Views
- 3,673
And this is my Code I tried..
function prepareAverageWorkExpCombo(emptyValueText) {
var averageWorkExpStore = new Ext.data.SimpleStore( {
fields : [ 'workExp' ],
data : Ext.data.workExp... -
2 Sep 2009 10:26 AM
- Replies
- 13
- Views
- 6,649
Hi,
Thanks for ur reply. But I am afraid I misguided you. My Exact requirement is onclick of some grid row I want a new window to be opened with the google map in it.
I coded the requirement like... -
1 Sep 2009 12:19 PM
- Replies
- 13
- Views
- 6,649
Hi all,
This is the exact requirement i am waiting for. I am having a grid and onclick of a row in that grid I want a new window to open with the values form the grid onto that window.. I am able to... -
25 Aug 2009 12:28 PM
- Replies
- 9
- Views
- 1,394
The problem is til now I was under assumption that RowExpander is included in 2.x version of extjs. So I didnt place the plug in. Now I tried tat way and its working fine.. Thanks for all who tried...
-
25 Aug 2009 9:17 AM
- Replies
- 9
- Views
- 1,394
function buildResultGrid(actionObject) {
if (schoolInfoGrid !== null) {
schoolInfoGrid.destroy();
}
responseText = actionObject.response.responseText;
// Ext.log("Response text is... -
25 Aug 2009 6:58 AM
- Replies
- 9
- Views
- 1,394
Thanks alot. Thats a great one. Thanku once again.
-
25 Aug 2009 5:50 AM
- Replies
- 9
- Views
- 1,394
Hi..
May be yes. I am completely new to extjs. So couldnt tel u the exact term. Wat I exactly want is the row which can expand and collapse onclick of a particular symbol(may be +). I really dont... -
25 Aug 2009 3:46 AM
- Replies
- 9
- Views
- 1,394
By the term 'expandable' I mean GridView3 example.
Results 1 to 25 of 31
