Search Type: Posts; User: hieu79vn
Search: Search took 0.02 seconds.
-
29 Nov 2012 2:10 AM
Jump to post Thread: paging grid with static data by hieu79vn
- Replies
- 2
- Views
- 178
Hello
I would like to do grid paging with static data. I tried with PagingStore but it seems that the control is not compatible with Extjs 4.x. Could you suggest me some solution please?
Thank... -
28 Nov 2012 1:26 AM
Jump to post Thread: Ext.ux.data.PagingStore [v0.5] by hieu79vn
- Replies
- 276
- Views
- 124,486
Hello
Does anyone have a complete code/runnable for a paging grid using this Ext.ux.data.PagingStore? Could you give me please?
Thank you -
29 Oct 2012 12:36 AM
- Replies
- 2
- Views
- 367
I runs well ;)
Thank you -
25 Oct 2012 12:39 AM
- Replies
- 2
- Views
- 367
Hello,
I have a checkcolumn and I would like to hide some checkbox in some rows. could you tell me how to do that?
Thank you
My code:
columns: [
{
... -
22 Oct 2012 1:10 AM
- Replies
- 2
- Views
- 143
I will try it
Thanks -
19 Oct 2012 12:32 AM
- Replies
- 2
- Views
- 143
Hi
I have a grid with previewplugin. I would like to make the body field bold but I don't know how to do it. Could you please tell me?
Thank you
viewConfig: {
... -
23 Sep 2012 11:02 PM
- Replies
- 5
- Views
- 454
Hi talha
Really I dont know how to apply your code to my case.
How can we catch the onclose of the popup with your code? and how we set the callback function for it?
Thanks -
23 Sep 2012 10:52 PM
- Replies
- 5
- Views
- 454
Hi talha06
Could you give an example?
Thank you -
23 Sep 2012 10:46 PM
- Replies
- 4
- Views
- 538
Hi,
I tried to catch the onclose event of popup by Ext.TaskManager but i doesnt run. Could you tell me what is the problem in my code?
Thank you
createEditor: function(){
... -
23 Sep 2012 10:45 PM
- Replies
- 2
- Views
- 844
Hi,
I tried to catch the onclose event of popup by Ext.TaskManager but i doesnt run. Could you tell me what is the problem in my code?
Thank you
createEditor: function(){
... -
22 Sep 2012 8:37 AM
- Replies
- 5
- Views
- 454
Hi all,
Is there any way to set time out for a local function such as pollForWindowClosure, like this
setTimeout(function(){this.pollForWindowClosure(myWindow)}, 10);
Thank you -
21 Sep 2012 12:19 AM
- Replies
- 4
- Views
- 538
Thanks Scott
Is there any way to set time out for a local function such as pollForWindowClosure, like this
setTimeout(function(){this.pollForWindowClosure(myWindow)}, 10);
Thank you -
20 Sep 2012 9:02 AM
- Replies
- 4
- Views
- 538
Hi
I'm sorry for asking this javascript question here
But if you know how we set a call back function for window.open('url',....), please help me
To be clear I would like to do like this
... -
20 Sep 2012 8:58 AM
- Replies
- 2
- Views
- 282
Thank you Scott. Actually I try to add them dynamically when user click on a button
I found that the lay out column can help to do that
Thank you -
19 Sep 2012 12:32 PM
- Replies
- 2
- Views
- 282
Hi
I would like to add a paire of button and label dynamically in to Panel like this
Button
Label -
17 Sep 2012 7:08 AM
- Replies
- 6
- Views
- 925
Hi Scott,
It works well. But there is still only one small problem. The mouse is not changed to "hand" icon when mouse is over the item. And the font is not 'normal'.
How should I customize the... -
14 Sep 2012 12:54 AM
Jump to post Thread: Grid search plugin for ext 4.1 by hieu79vn
- Replies
- 1
- Views
- 265
Hi
Is there any one know how to use the grid search plugin for ext 4.1. I tried it but it raised error "object has no method reg"
Thank you -
13 Sep 2012 11:53 PM
- Replies
- 6
- Views
- 925
Hi Scott
I changed the emplate to this
tpl: new Ext.XTemplate('<tpl for=".">' + '<div class="x-combo-list-item">{contact_name}</div></tpl>')
it remove the space at the beginning of item text... -
13 Sep 2012 8:19 AM
- Replies
- 6
- Views
- 925
Hi Sword-it,
it doesn't solve the problem -
13 Sep 2012 6:04 AM
- Replies
- 6
- Views
- 925
Hi
I create my combobox like this
{
xtype: 'container',
anchor: '100%',
layout: 'column',
... -
13 Sep 2012 4:13 AM
Jump to post Thread: Grid Search Plugin by hieu79vn
- Replies
- 1,023
- Views
- 364,179
Hello
I did as your instruction to plugin the grid search function, but it raise an error
Uncaught TypeError: Object #<Object> has no method 'reg' Ext.ux.grid.RowActions.js:423
Uncaught... -
13 Sep 2012 12:54 AM
Jump to post Thread: Space between controls in Panel by hieu79vn
- Replies
- 5
- Views
- 561
HI Farish
The { xtype: 'tbspacer', height: 5 },
doesnt work in IE. If we change the height property to 5 or 10, the height of space doesnt change
Do you have any idea? -
12 Sep 2012 12:35 AM
Jump to post Thread: Add empty text uin combo box by hieu79vn
- Replies
- 4
- Views
- 598
Thank you Farish, Scott and droessner.
-
11 Sep 2012 11:20 PM
Jump to post Thread: Space between controls in Panel by hieu79vn
- Replies
- 5
- Views
- 561
Thank you Farish
And do you know how to reduce the height of datefield and combobox field?
Thanks -
11 Sep 2012 6:56 AM
Jump to post Thread: Add empty text uin combo box by hieu79vn
- Replies
- 4
- Views
- 598
HI
I add an empty text in combo box by
storeComboSearch.insert(0,{status_label: ' ', status_code:'nul'});
but when I select the empty text item, the combo box show . How can I...
Results 1 to 25 of 119
