Search Type: Posts; User: erosszz
Search: Search took 0.04 seconds.
-
8 Feb 2010 2:26 AM
- Replies
- 20
- Views
- 4,538
beforeselect event of a combo fires after it shows the drop down data.
then.. i've found another event...
expand : ( Ext.form.ComboBox combo )
it... -
7 Feb 2010 4:31 PM
- Replies
- 20
- Views
- 4,538
I explore the combo's method/event/property then noticed the following that might be help to filter my drop down data.
1) doQuery( String query, Boolean forceAll ) : ... -
7 Feb 2010 4:16 PM
- Replies
- 20
- Views
- 4,538
var reader = new Ext.data.JsonReader({
totalProperty: 'total',
successProperty: 'success',
idProperty: 'id',
root: 'data',
messageProperty: 'message' // <-- New... -
4 Feb 2010 11:45 PM
- Replies
- 20
- Views
- 4,538
same result Sir
var comboStatus = new Ext.form.ComboBox({
mode: 'local',
lazyRender: true,
forceSelection: true,
selectOnFocus: true,
store: new Ext.data.ArrayStore({ -
4 Feb 2010 11:17 PM
- Replies
- 20
- Views
- 4,538
the initial value of combobox doesn't display..
please see the attached image and codes below...
18601
var comboStatus = new Ext.form.ComboBox({
mode: 'local',
lazyRender: true, -
4 Feb 2010 10:23 PM
- Replies
- 20
- Views
- 4,538
code from ComboBox API Doc
var combo = new Ext.form.ComboBox({
mode: 'local',
store: new Ext.data.ArrayStore({
id: 0,
fields: [
'myId', // numeric value... -
4 Feb 2010 10:11 PM
- Replies
- 20
- Views
- 4,538
combobox's store is automatically calls by the editorgrid?
if yes, the combobox's store must have same id with the editorgrid's store in order to map the corresponding row inside the editorgrid...? -
4 Feb 2010 9:51 PM
- Replies
- 2
- Views
- 848
forgot the quotes and brackets...
correct json string format
json = "{" +
"'total':8, 'success':true, 'message':'message1', " +
" 'data':[" +
" {'id':1,... -
4 Feb 2010 9:45 PM
- Replies
- 2
- Views
- 848
i'll check my json... it seems to be invalid..
-
4 Feb 2010 9:25 PM
- Replies
- 2
- Views
- 848
most of the code is base from Ext.data.DataWriter Example
the below code successfully called the Ext.data.HttpProxy api read url and confirmed by checking the firebug watch & console.
there is... -
4 Feb 2010 7:28 PM
- Replies
- 3
- Views
- 1,273
This thread was [RESOLVED]
please refer to Animal's & Condor's messages. -
4 Feb 2010 7:26 PM
- Replies
- 20
- Views
- 4,538
.
-
4 Feb 2010 7:22 PM
- Replies
- 20
- Views
- 4,538
Thanks Sir jgarcia, will try beforeedit event..
Thanks Sir ironlion for the beforeedit event sample
But this thread, focusing on the combobox values only..
and my other thread you stated is... -
4 Feb 2010 7:09 PM
- Replies
- 6
- Views
- 1,628
Sir ironlion... those threads are started by me..
those are different topics.. -
4 Feb 2010 6:28 PM
- Replies
- 20
- Views
- 4,538
Thanks Sir ironlion..
Yes Sir you're right, I created editor grid and successfully fills the combobox but would like do some customization on the values.
in every row in the editor grid, the... -
4 Feb 2010 6:13 PM
- Replies
- 6
- Views
- 1,628
>>the renderer's function's arguments are automatically pass by the ExtJs?
>Yes!
Thanks for confirmation Sir. actually that is one the problem with the API Doc...all possible arguments in the... -
4 Feb 2010 4:32 PM
- Replies
- 6
- Views
- 1,628
Sir Thanks a lot..
the renderer's function's arguments are automatically pass by the ExtJs?
the counter variable inside the renderer's function is your own variable? or provided by the ExtJs?
... -
4 Feb 2010 4:06 PM
- Replies
- 20
- Views
- 4,538
yes Sir, based on the grid's store responded by the server. or is there other approach..
e.g. displayed values when drop down
row1 : OK ... -
4 Feb 2010 3:10 AM
- Replies
- 20
- Views
- 4,538
i created combobox within the grid but would like to fills the combobox data depends on the server's response..
the server's response is array inside the json string. -
3 Feb 2010 6:43 PM
- Replies
- 6
- Views
- 1,628
the grid fills data from the server and set the comboBox's initial displayed value
comboBox in grid contains "OK" "OK Error" "Not Good"
would like to disable the comboBox if the initial displayed... -
2 Feb 2010 11:33 PM
- Replies
- 2
- Views
- 2,549
Please visit and vote in order to be full pledged client framework..
http://jira.springframework.org/browse/SWF-1143 -
20 Jan 2010 8:39 PM
- Replies
- 4
- Views
- 930
1. buttonAlign works great with buttons. thanks ;)
2. i removed the fieldLabel because i've noticed that i need only the textfield... but it shows nothing but a right indented Search button...
... -
20 Jan 2010 8:17 PM
- Replies
- 3
- Views
- 1,273
i have button with click event then would like to execute a custom created url protocol in my local pc.
it is easy to implement this using <a> but please guide me using Ext.Button click event...
... -
20 Jan 2010 1:43 AM
Jump to post Thread: Viewport: 'comp' is undefined by erosszz
- Replies
- 2
- Views
- 2,126
Rosenprot.layouts.StandardLayout was successfully created..
then error occured during Viewport creation...
entry point:
Ext.namespace('Rosenprot', 'Rosenprot.layouts');
... -
20 Jan 2010 12:00 AM
- Replies
- 4
- Views
- 930
i am not using 2.x..
i am using 3.1 as stated with my signature..
could you assist me to placed it?
Results 1 to 25 of 94
