Search Type: Posts; User: coooolmagic
Search: Search took 0.03 seconds.
-
2 Aug 2012 6:10 AM
Jump to post Thread: Callback with Servlet by coooolmagic
- Replies
- 2
- Views
- 472
not looking exact anwer.. any pointer?
-
2 Aug 2012 2:19 AM
Jump to post Thread: Callback with Servlet by coooolmagic
- Replies
- 2
- Views
- 472
hi all
I am calling a java servlet which takes a while to respond. I want a progress bar / message shown until i have the response from servlet. Some how getting confused how to use this feature.... -
14 Dec 2011 4:02 AM
- Replies
- 1
- Views
- 615
hi all
i am using editorgridpanel.
when i change any value in any cell, it doesn't show the new value when i take focus out of the cell. but when i sort columns, is shows the new value.
so... -
18 Nov 2011 9:33 AM
- Replies
- 1
- Views
- 428
Hi all
i am using CheckboxSelectionModel with a grid. Based on some conditions, only few rows of my grid are selectable.
I want to change colour/backgroud/masking of the check boxes which users... -
11 Aug 2011 12:47 AM
- Replies
- 1
- Views
- 709
any suggestoin? would heighly appreciate.
-
10 Aug 2011 7:03 AM
- Replies
- 1
- Views
- 709
Hi All
Please have a look at the attached picture.
Grid cell only allows ROW BASED editing. But if you see the Cell, its height is much more than editor row height. Is there any way we can... -
8 Jul 2011 6:09 AM
- Replies
- 2
- Views
- 951
damm!! didn't say store.load()
sorry. -
8 Jul 2011 5:43 AM
- Replies
- 2
- Views
- 951
hi all
I am calling a servlet URL to serve data for Grid, data I can see coming correctly but some how its not getting rendered.
When I assign same data to a variable and specify that variable... -
11 May 2011 4:40 AM
Jump to post Thread: Mendatory cells in grid by coooolmagic
- Replies
- 1
- Views
- 548
is there any way we can force user to enter something in a cell of grid.
basically we have grids with several columns and some of the column cells must have values before form is saved.
please... -
11 Apr 2011 6:35 AM
- Replies
- 0
- Views
- 446
I have several numeric fields with decimalPrecision set but when i put those fields, i only get numbers like 12.2345 (only 4 numbers after decimal point)
any suggestion? -
9 Mar 2011 2:22 AM
- Replies
- 0
- Views
- 437
hi all
we are trying to store date control value in our database field. but some how it is storing like this
2011-03-20T00:00:00
but we only want
2011-03-20 -
8 Mar 2011 2:31 AM
- Replies
- 1
- Views
- 1,372
Hi All
I have a grid json store like this:
this.grdStore = this.createGridStore( 'employeeDrid',
[
{name: 'recordId', type:'int'},
{name: 'empId',... -
17 Nov 2010 3:56 AM
- Replies
- 2
- Views
- 772
How can I force user only select dates until yesterday? using date field
Ext.apply(Ext.form.VTypes, {
daterange : function(val, field) {
var date = field.parseDate(val);
... -
15 Nov 2010 6:21 AM
- Replies
- 1
- Views
- 634
hi all
what is the way of putting space between items of a form panel.
i.e. i have 3 buttons on a form panel, i can have padding:5 to provide space between form border and buttons but
between... -
15 Nov 2010 1:47 AM
- Replies
- 0
- Views
- 421
hi all
I have Folder names like
"001 - Folder1"
"002 - Folder1"
"003 - Folder1"
"003 - Folder1"
.......
"331 - Folder1" -
11 Nov 2010 8:40 AM
- Replies
- 2
- Views
- 822
hi all
I have a button, how can I call a URL on click of it.
This button is part of a form panel.
lets say I want to open http://www.sencha.com on click of it -
11 Nov 2010 2:52 AM
Jump to post Thread: form component layout issues by coooolmagic
- Replies
- 1
- Views
- 448
Hi experts, please have a look if you have time.
-
10 Nov 2010 9:43 AM
Jump to post Thread: form component layout issues by coooolmagic
- Replies
- 1
- Views
- 448
Hi All
here is my form panel. I just want a simple thing that all control i need in 1 line nicely.
I have taken this code from examples and I think I am missing something.
When this renders,... -
10 Nov 2010 9:39 AM
- Replies
- 3
- Views
- 751
thank you!
-
10 Nov 2010 6:22 AM
- Replies
- 3
- Views
- 751
hi all
i am using layout:'fit' for my form panel.
it is taking care of width but not the length.
it doesn't display all the fields the form has.
anything am i missing here? -
9 Nov 2010 3:27 AM
- Replies
- 1
- Views
- 475
hi all
I am adding a grid like this dynamically in Tab Panel
var tab1 = Ext.getCmp('availableEmployeeTab');
tab1.add(buildDataGrid(u,"availableEmpGrid"));
tab1.ownerCt.doLayout();
Same way... -
5 Nov 2010 3:36 AM
- Replies
- 4
- Views
- 546
thanks!
-
5 Nov 2010 2:13 AM
- Replies
- 4
- Views
- 546
Thanks for reply.
I tried this but at run time the URL is not getting changed.
- What URL should i specify initially
Here is the complete code.
var tabs = new Ext.TabPanel({
... -
4 Nov 2010 2:49 AM
- Replies
- 4
- Views
- 546
Hi all
i have this tab panel and every tab has different set of data coming as servlet response.
On click of a button I need to set data store for this grid. I am struggling to refer this grid.... -
3 Nov 2010 5:48 AM
- Replies
- 1
- Views
- 631
hi all
i have a foem panel and inside that i have a tab panel with several tabs.
every tab has long data to display. i want to FORM PANEL to have scroll bar if the height is more than the form...
Results 1 to 25 of 120
