Search Type: Posts; User: jzhang1
Search: Search took 0.03 seconds.
-
16 Dec 2011 8:34 AM
- Replies
- 2
- Views
- 756
Thanks for your replay,
Is there any example on this?
Thanks again! -
16 Dec 2011 7:58 AM
- Replies
- 2
- Views
- 756
Is that possible to put a extjs form in the email body?
Thanks a lot! -
17 Nov 2011 7:00 AM
- Replies
- 5
- Views
- 732
flanders, Thank you so much. I got it. It works great!
-
16 Nov 2011 12:42 PM
- Replies
- 5
- Views
- 732
I am trying to use the post here, However, I cannot include
Ext.ux.grid.HeaderToolTip
I searched my entire ext library, I couldn't find HeaderToolTip.js at all.
Please help!! -
31 Oct 2011 6:34 AM
- Replies
- 1
- Views
- 848
Hi I have a grid with a action column.
I have two buttons in this action column. I wnat one of the button to be menu list. How do I do it?
Any help is appreciated!
{
text ... -
26 Oct 2011 6:26 AM
Jump to post Thread: add icon inside an actioncolum by jzhang1
- Replies
- 6
- Views
- 646
I have the same question. Did you figure out how?
Thanks a lot! -
25 Oct 2011 12:57 PM
- Replies
- 0
- Views
- 393
I have a form, I have a field defined as
{ fieldLabel: 'Risk',
name: 'risk',
anchor:'96%',
labelAlign: 'left',
xtype: 'textfield'
} -
24 Oct 2011 6:08 AM
- Replies
- 2
- Views
- 739
Thanks for your reply. You got the point!!
I found the css. It's RangeMenu.css. -
21 Oct 2011 11:53 AM
- Replies
- 2
- Views
- 739
I am using ext 4.0.2.
I have a grid panel wth column filtering using sample from the link below:
http://dev.sencha.com/deploy/ext-4.0.2a/examples/grid-filtering/grid-filter-local.html
The... -
21 Oct 2011 10:21 AM
- Replies
- 4
- Views
- 860
Thank you so much. This is exactly what I want.
You have a great weekend !! -
21 Oct 2011 5:17 AM
- Replies
- 4
- Views
- 860
Thanks for your replay, I am very new to EXTJS. Could you have an example for it?
-
20 Oct 2011 11:13 AM
- Replies
- 4
- Views
- 860
This is the form field definition:
I need to display color as red when the value is High.
The color will be Orange when the value is Medium, after the value retrieved from server.
How do I... -
14 Oct 2011 11:10 AM
- Replies
- 0
- Views
- 293
I have a remote sorting store and I have a sorting extraParams set for the proxy.
My business logic needs to remove this extra Parameter.
How can I remove this extraParams from the Proxy.
This... -
11 Oct 2011 7:54 AM
- Replies
- 1
- Views
- 517
I have a grid panel and have a tbar defined. I want to dynamically to add a combobox to the too bar. How can I do it?
I can get the reference of the grid and panel by using
var grid =... -
7 Oct 2011 5:38 AM
- Replies
- 2
- Views
- 752
Thanks so much. This is exactly what I want!
Great, I'll do you suggested next post. Have a great day! -
6 Oct 2011 8:20 AM
- Replies
- 2
- Views
- 752
I have a html page that have a href defined as
<a id="logout" href="http://myserver/myweb/log.log_out">Logout</a></p>
How ever I need to pass in a parameter in it when I logou
This is what I... -
5 Oct 2011 6:26 AM
- Replies
- 2
- Views
- 587
Thank you so much. That works great!
-
5 Oct 2011 5:37 AM
- Replies
- 2
- Views
- 587
I have a data grid and want to focus on the first row after the data loaded into the grid. How do I do it?
Thanks -
3 Oct 2011 11:46 AM
Jump to post Thread: How to detect browser as IE8 by jzhang1
- Replies
- 3
- Views
- 679
Thanks a lot ZachG and burnnat!
It works great!!!! -
3 Oct 2011 11:17 AM
Jump to post Thread: How to detect browser as IE8 by jzhang1
- Replies
- 3
- Views
- 679
My application doesn't work with IE8 somehow.
However, It's in production now.
I need to detect the browser to tell user don't use it if it's IE8 as a temporary fix.
It has the example of
if... -
29 Sep 2011 12:33 PM
- Replies
- 0
- Views
- 276
I have a roweditor grid.
I have a combobox field in the grid called Group.
Our business rule is the combobox has to be empty bases on another field value which is end_date.
I put the validation... -
23 Sep 2011 5:35 AM
- Replies
- 5
- Views
- 765
Thanks for your replay. It did disable the fields. How can I disable the submit button also? I do have a formbind submit button.
Thanks again! -
22 Sep 2011 12:05 PM
- Replies
- 5
- Views
- 765
I have a business logic. I need to disable the form to be edited when the value of one of my form fields is a certain value.
Such as
if (form.field.statue = 'done' ){
form can not be modified... -
22 Sep 2011 11:55 AM
- Replies
- 0
- Views
- 363
I have a row editing grid. I configured columns
allowBlank: false,
It will pop up a Errors: This field is required.
How can suppress the error?
Thanks a lot! -
22 Sep 2011 6:50 AM
Jump to post Thread: How to Disable the rowEditing by jzhang1
- Replies
- 1
- Views
- 732
I have a rowEditing grid. I have to disable the rowEditing based on the groble variable.
How do I do it?
Something like
If (value = 'abc) {
disable rowEditing;
}
Results 1 to 25 of 34
