Search Type: Posts; User: veerai2i
Search: Search took 0.02 seconds.
-
27 Nov 2011 10:25 PM
- Replies
- 1
- Views
- 945
I enabled a checkbox and saved it.But while retriving for editing that checkbox is not enabling or ticking.
My code.
var form3 = new Ext.FormPanel({
labelWidth : 150,
defaultType:... -
6 Sep 2011 3:52 AM
- Replies
- 3
- Views
- 744
Just put stateful:false to any component(Grid) to solve the issues..
Thanks guyz.... -
12 Jun 2011 10:58 PM
Jump to post Thread: Checkbox shift key selection by veerai2i
- Replies
- 2
- Views
- 946
issue resolved.
Thanks
Veera -
11 Jun 2011 3:02 AM
Jump to post Thread: Checkbox shift key selection by veerai2i
- Replies
- 2
- Views
- 946
Hi,
I have enabled shift key selection on checkbox using following code.When i use this, i cant select multiple checkbox using mouse[onMouseDown event is not working with handleMouseDown event].... -
19 May 2011 9:17 PM
Jump to post Thread: DisplayField format problem by veerai2i
- Replies
- 4
- Views
- 3,534
ya, but the value is generated dynamically, how do we use html/css to format that value... we can bold the content but how to get the lpage breaks/spaces...
thanks... -
19 May 2011 6:26 AM
Jump to post Thread: DisplayField format problem by veerai2i
- Replies
- 4
- Views
- 3,534
Thks frnd, for quick reply,
it works,but the result is same... no indentation and no spaces...
but in textarea it works as expected....
any idea?
thanks,
veera. -
19 May 2011 3:21 AM
Jump to post Thread: DisplayField format problem by veerai2i
- Replies
- 4
- Views
- 3,534
Hi ,
i am adding displayfield and its coming nicely, but the original alignment is missing, the same thing in textarea working fine.
In displayField given value is not formatted, it takes its own... -
23 Aug 2010 2:04 AM
- Replies
- 1
- Views
- 1,069
hi,
i am using ext-3.0.1, for grid row expander. I creted my own html template in ext template. everthing is working fine,
but textarea is not working properly. i cannot use enter and home keys.... -
15 Aug 2010 11:29 PM
- Replies
- 6
- Views
- 1,597
hi..
i too facing the same problem,
i added the above lines in css, now ie7 issue solved but in firefox alignment changes due to that extra tr..
how to add condition based css in .css file??... -
13 Aug 2010 8:52 PM
Jump to post Thread: column header with br by veerai2i
- Replies
- 6
- Views
- 1,003
hi..
thanks a lot for reply, but i used 3.1, i changed lot in source files, hence i can't upgrade to 3.2.1. is any other choic?
i am trying with column-header-group.js??? is it useful?? or can... -
12 Aug 2010 10:45 PM
Jump to post Thread: column header with br by veerai2i
- Replies
- 6
- Views
- 1,003
hi..
i also need column header like below
Time
Hr:min
do we need to change the css manually or any config we have in ext-js 3.1?
thanks , -
3 Jun 2010 10:30 PM
- Replies
- 3
- Views
- 1,671
Ext.layout.ColumnLayout = Ext.extend(Ext.layout.ContainerLayout, {
// private
monitorResize:true,
// private
extraCls: 'x-column',
scrollOffset : 0,
/**
* @cfg... -
3 Jun 2010 4:16 AM
- Replies
- 3
- Views
- 1,671
Hi,
I need to resize(split) columns using column layout which in contained in border layout.
i have used below added new class for ColumnLayout , and its working fine but it brings up
a... -
19 May 2010 9:40 PM
- Replies
- 2
- Views
- 739
Hi,
Thanks for reply,
how to reduce the amount of HTML in that region? since it generates large amount of html on the fly and located in mentioned DIV.
I have not used any animitaion code,... -
18 May 2010 4:21 AM
- Replies
- 2
- Views
- 739
Hi,
i am using border layout.
i have given west-panel collapsable property="true".Its working but layout moving very slowly, how can we reduce it duration time of execution??
var viewport... -
12 May 2010 4:37 AM
Jump to post Thread: Column layout border issue by veerai2i
- Replies
- 3
- Views
- 696
Thanks for reply,
that is about ,all three itemsarray are nested. if i remove that item entire layout getting collapsed,since the outer center region contains three parts and each part having one... -
11 May 2010 9:16 PM
Jump to post Thread: Column layout border issue by veerai2i
- Replies
- 3
- Views
- 696
Hi ,
Iam creating layout using ext-3.0.
using column layout i splited three columns in center region of the Border Layout.
i need to remove border. if i use border=false or... -
29 Apr 2010 8:59 PM
- Replies
- 2
- Views
- 2,036
hi..I notice that whenever I have a column layout or hbox layout inside of a panel which has a vertical scrollbar, the columns render and assume a width as if the vertical scrollbar isn't there, and...
-
9 Mar 2010 8:11 AM
- Replies
- 1
- Views
- 1,261
Hi All,
I want to autosize column width according to it's largest content in grid column panel.I googled and saw lot of forums but i could't fix it.
The below one is a sample grid plugin code... -
9 Mar 2010 8:09 AM
- Replies
- 1
- Views
- 1,261
Hi All,
I want to autosize column width according to it's largest content in grid panel.I googled and saw lot of forums but i could't fix it.
The below one is a sample grid plugin code from ext... -
24 Feb 2010 5:56 AM
- Replies
- 0
- Views
- 810
Hi
I am using checkboxselectionmodel in ExtJS grid?
when i clicked on the row the row get selected and the respective checkbox also checked ..
But i need the checkbox to be checked only... -
20 Feb 2010 6:54 AM
Jump to post Thread: Fetching Grid Header Values by veerai2i
- Replies
- 1
- Views
- 562
Hi,
i am using extjs3.1 i got header values dynamically. but i cant get header value after it is hiding. i can get only old values and orders.
i tried with this.
var cm =... -
14 Feb 2010 12:14 AM
- Replies
- 14
- Views
- 7,613
I tried with Ext.ux.Exporter but am getting error .if u have any samples to get the export in extjs griddatas.Let me know.....
-
5 Feb 2010 9:10 AM
Jump to post Thread: Dynamic Rendering Grid problem by veerai2i
- Replies
- 0
- Views
- 791
Hi every one,
i am using Ext3.0 for rendering Grid. i got Grid with dynamic column values using Ext.data.DynamicJsonReader.
Myexample jsonobject::::... -
17 Jan 2010 9:53 PM
Jump to post Thread: Dynamic Grid pagination problem by veerai2i
- Replies
- 0
- Views
- 973
Hi ,
i am using dynamicJsonReader for rendering dynamic grid. i got all grid values. but while clicking pagination each time Grid is creating newly at bottom.
i tried with following code.
...
Results 1 to 25 of 25
