Search Type: Posts; User: genggeng13
Search: Search took 0.03 seconds.
-
16 Oct 2012 8:09 AM
Jump to post Thread: How to pass Store to backend by genggeng13
- Replies
- 1
- Views
- 320
Hi guys,
i am using Store.sync() to call my backend page .
i am use c# as the backend
i tried with 'rstore.aspx?m=StoreSync&store=' + store , but i am getting undefined in my backend page.... -
11 Sep 2012 7:52 AM
Jump to post Thread: Ext.getDom getting NULL. by genggeng13
- Replies
- 2
- Views
- 363
hi Zdeno , it show Null when the tab is not active , deferredRender help to solve this .
Thanks for your help. -
10 Sep 2012 8:25 AM
Jump to post Thread: Ext.getDom getting NULL. by genggeng13
- Replies
- 2
- Views
- 363
Hi guys, i have a tab child with the following items
items: [{
title: '<div id="divDetail" <span style="padding-top:4px;">User Details</span></div>',
... -
4 Sep 2012 8:18 AM
- Replies
- 1
- Views
- 284
Hi Guy,
When i try to overwrite my DOM i am getting the error
el.removeChild(el.firstChild); ,
when debug i found the Ext,getDom(el) is returning null . i use firebug to inspect and there is... -
3 Sep 2012 8:23 AM
- Replies
- 2
- Views
- 500
Hi guy,
Ext.ux.plugins.NewCombo is a plugin for ExtJS 3 , does anyone know similar plugin for extjs 4 ?
this plugin allow to add new combo box items by clicking a + icon beside the combo box
... -
30 Aug 2012 8:15 AM
- Replies
- 3
- Views
- 710
Hi Guy ,
I read several post and article about this , and most of it not recommend to use component query with itemID instead of Ext.getCmp and id's .
i just want to know more about the... -
19 Aug 2012 8:32 AM
- Replies
- 1
- Views
- 318
Hi guys,
i have a combo box that will trigger and change the type of data in a grid with paging .
and everytime i change my combobox value it will run the following part of codes.
listeners:{ ... -
2 Jul 2012 5:34 AM
- Replies
- 3
- Views
- 873
Hi ,
i have a number field i set the decimalPrecision to 2 ,
the problem i facing is , when i set the value to 19.99 it is correct , but when i set it to 19.90 it will become 19.9 , may i know... -
2 Jul 2012 5:29 AM
- Replies
- 3
- Views
- 1,012
Thank you scott
i try with your example. -
19 Jun 2012 7:54 AM
- Replies
- 3
- Views
- 1,012
Hi guy,
i am using the plugin roweditor for my grid , my grid are able to show the displayField , but when i click to activate the roweditor , it will show the valueField in the editor combo box .... -
4 Jun 2012 8:40 AM
Jump to post Thread: SUM 2 number field in Extjs by genggeng13
- Replies
- 1
- Views
- 720
Hi Guys ,
i want to SUM up 2 number field value by using '+' , but what i get is concat of 2 numberfield string.
i try with .getRawValue , .getValue and value , but non of them can give me the... -
2 Jun 2012 7:15 PM
Jump to post Thread: Radiofield on click by genggeng13
- Replies
- 3
- Views
- 331
i try bfore with change event but , i am not sure why it is not firing
-
2 Jun 2012 5:27 AM
Jump to post Thread: Radiofield on click by genggeng13
- Replies
- 3
- Views
- 331
Hi Guy ,
any on click equivalent function for radio field ??
Thank you -
31 May 2012 12:23 AM
- Replies
- 2
- Views
- 376
Thanks malstroem
-
30 May 2012 9:12 AM
- Replies
- 2
- Views
- 376
Hi guy ,
i have a textfield with emptyText , the problem is when i do not enter a value , the emptyText will be submit together , i though the emptyText is just for displaying purpose .
May i... -
30 May 2012 8:37 AM
- Replies
- 2
- Views
- 612
Thx scott
-
27 May 2012 8:10 AM
- Replies
- 2
- Views
- 612
Hi guys,
i have several root of json , my backend already succesful return all the root , but the problem is how do i call it in the front end.
for example . rootStudent , rootTeacher and... -
23 May 2012 2:16 AM
Jump to post Thread: Change Grid Single cell Colour by genggeng13
- Replies
- 2
- Views
- 715
Thank you very much will , it works
-
23 May 2012 1:23 AM
Jump to post Thread: Change Grid Single cell Colour by genggeng13
- Replies
- 2
- Views
- 715
Hi All , How do i set a single grid cell font color base on certain criteria .
My Code:
xtype: 'grid', id: 'Grid',
title: 'Student',
store:... -
16 May 2012 8:48 AM
- Replies
- 2
- Views
- 915
Hi Scott ,
Syntax error like
missing } after property list -
15 May 2012 8:14 AM
- Replies
- 2
- Views
- 915
Hi guy , any idea why firebug is not showing any syntax error for ext 4.1 ,
when i switch to 4.0 it can show , do i need included any extra library for Ext 4.1 ?
and i found out that when ever... -
11 May 2012 9:39 AM
Jump to post Thread: Ext 4.1 Showing Blank Page by genggeng13
- Replies
- 1
- Views
- 305
Hi ,
i am getting blank page when i use ext4.1. i included the library in this way since ext 3, in is ext-base
<script type="text/javascript" src="Ext4.1/bootstrap.js"></script>
... -
2 May 2012 9:01 AM
Jump to post Thread: FieldSet before collapsed by genggeng13
- Replies
- 7
- Views
- 892
Ext.onReady(function() {
Ext.create('Ext.window.Window', {
id : 'win',
width: 500,
height: 475,
... -
1 May 2012 5:41 AM
Jump to post Thread: FieldSet before collapsed by genggeng13
- Replies
- 7
- Views
- 892
hi vietits,
thank you for your suggestion , but how do i implement this for different fieldset, for example i have 2 fieldset.
i try tou use your override , but some how it only targeted the... -
16 Apr 2012 8:12 AM
Jump to post Thread: FieldSet before collapsed by genggeng13
- Replies
- 7
- Views
- 892
Hi vietits,
i am aware of that but , when i put this to the listener it is not working , and i go through the documentation found out it is no longer there, thus i am look for equivalent thing to...
Results 1 to 25 of 26
