Search Type: Posts; User: Srikanth474
Search: Search took 0.05 seconds.
-
2 Jan 2013 10:52 AM
Jump to post Thread: How to run the Sencha slice by Srikanth474
- Replies
- 1
- Views
- 141
Hello,
I am trying to do cutsom themeing for my application. and for legacy browsers i am trying to create the images using the slicing.
i am trying to run the below on my command prompt ... -
20 Dec 2012 1:44 PM
Jump to post Thread: EXTJS 4 Theming by Srikanth474
- Replies
- 1
- Views
- 462
Hello,
I am trying to create a theme for my Application. i have installed compass and started playing around with the variables in sass. i want to change the base color and changed the base color... -
27 Aug 2012 12:11 PM
Jump to post Thread: Grid Drag and Drop by Srikanth474
- Replies
- 5
- Views
- 849
its working for me, the issue was with the mix up with id's
-
27 Aug 2012 10:10 AM
Jump to post Thread: Grid Drag and Drop by Srikanth474
- Replies
- 5
- Views
- 849
Yes, i have unique stores for all the grids and they have unique storeId's. and all the stores are having a common model
-
27 Aug 2012 9:44 AM
Jump to post Thread: Grid Drag and Drop by Srikanth474
- Replies
- 5
- Views
- 849
Hi,
I am trying to implement the Grid Drag and Drop functionality as per the below example.
http://docs.sencha.com/ext-js/4-0/#!/example/dd/dnd_grid_to_grid.html
Example works, but i have to... -
22 Jun 2012 10:57 AM
- Replies
- 5
- Views
- 729
Hello Scott,
I am using 4.0.7 and i do see this behaviour. it does not happen every time. may be once every 4 or 5 times.
instead of using the collapsible:true feature i am using a tool and... -
19 Jun 2012 12:03 PM
- Replies
- 5
- Views
- 729
Hi, I have a grid which is collapsible. based on some criteria i am changing the grid title using setTitle() method. but it makes my collapse icon disappear.
There is a comment in documentation... -
8 Jun 2012 5:49 AM
- Replies
- 1
- Views
- 512
did you try using resize event listener..
http://docs.sencha.com/ext-js/4-1/#!/api/Ext.grid.column.Column-event-resize -
8 Jun 2012 5:44 AM
- Replies
- 2
- Views
- 1,299
you can follow this tutorial.
http://docs.sencha.com/ext-js/4-1/#!/guide/application_architecture. -
5 Jun 2012 5:48 AM
- Replies
- 3
- Views
- 861
Hi Scott, i know how to add fields dynamically.
based on the check box selection i may have to add one or two textfields. and the fieldLabels are comming from database.
What i am trying to figure... -
4 Jun 2012 1:39 PM
- Replies
- 3
- Views
- 861
Hello,
I am migrating a application with extjs 2 to exjs 4.
on click of a button i have a window which has a checkbox. based on the selection of a checkbox item i am adding fields dynamically. and... -
25 May 2012 9:52 AM
Jump to post Thread: maintaning two stores by Srikanth474
- Replies
- 1
- Views
- 275
why dont you take the data into a variable even before the modifications can be done to that store, and submit that variable to backend when you submit the data.
you can also have another store and... -
25 May 2012 9:42 AM
Jump to post Thread: me.grid is undefined by Srikanth474
- Replies
- 18
- Views
- 1,843
try using
edit.startEditByPosition({row: 0, column: 0}); -
21 May 2012 3:46 AM
Jump to post Thread: Change tab title color to red by Srikanth474
- Replies
- 3
- Views
- 1,178
Hello,
I have a tab panel with 7 tabs in it. when user tries to submit the form and if there are required fields in any of the tabs which are not filled in. i have to show the tab color in red so... -
13 Apr 2012 2:52 PM
- Replies
- 3
- Views
- 637
Does any one have idea on how to do this.
Thanks
Srikanth -
2 Apr 2012 6:23 AM
- Replies
- 3
- Views
- 637
Hi,
Thanks for the reply i tried to change fieldSubTpl, but having trouble figuring out how to do it. the textfield is not rendering properly.
this is what i am trying to do in the fieldSubTpl
... -
29 Mar 2012 12:22 PM
- Replies
- 3
- Views
- 637
Hello,
I have a form which has multiple number fields, some of them will be added to total and some of them will be subtracted from total. i need to display a + or - right before where the textbox... -
19 Mar 2012 5:51 PM
Jump to post Thread: tabpanel autoScroll problem by Srikanth474
- Replies
- 3
- Views
- 619
Hi,
I changed my tabpanel to pixel, i am getting vertical and horizontal scrollbars. but i dont want to have vertical scrollbar. is there a way to not have the vertical scrollbar.
Thanks -
18 Mar 2012 2:39 PM
Jump to post Thread: tabpanel autoScroll problem by Srikanth474
- Replies
- 3
- Views
- 619
Hi,
i am creating a application using extjs.i am using border layout and in the center region I am using hbox layout. the first hbox has three items and one of it is a tabpanel. the tab panel is... -
16 Mar 2012 4:48 AM
Jump to post Thread: Dynamic Fieldset Handling by Srikanth474
- Replies
- 2
- Views
- 958
I am able to delete it by getting the parent id with button.up['xtype':'fieldset']
-
15 Mar 2012 8:09 PM
Jump to post Thread: Dynamic Fieldset Handling by Srikanth474
- Replies
- 2
- Views
- 958
Hi,
I am creating a form panel which has a fieldset. i need to have a dynamic implementation of that fieldset.
I am adding the same fieldset on click of a button.
I want to have functionality... -
29 Feb 2012 1:08 PM
- Replies
- 5
- Views
- 1,820
i found the example thank you
-
29 Feb 2012 12:52 PM
- Replies
- 5
- Views
- 1,820
can you tell me which example to look for. i did not find any example which implements column model
thanks -
29 Feb 2012 12:02 PM
- Replies
- 5
- Views
- 1,820
Hi,
My existing application is using extjs 2. i am upgrading it to extjs 4. i have a grid which is using Ext.grid.ColumnModel.
sample code:
var gridColumnModel = new Ext.grid.ColumnModel([
... -
27 Feb 2012 8:06 AM
- Replies
- 7
- Views
- 1,253
upgrading to 4.0.7 resolved my issue.
thank you
Results 1 to 25 of 36
