Search Type: Posts; User: rhytha
Search: Search took 0.02 seconds.
-
26 Sep 2012 6:45 AM
Jump to post Thread: Input mask plugin, jquery port by rhytha
- Replies
- 16
- Views
- 3,685
field.getValue() - Works fine
form.getValues() - Returning the mask value for that particular mask field
Regards,
Riyaz -
18 Sep 2012 6:20 AM
Jump to post Thread: Input mask plugin, jquery port by rhytha
- Replies
- 16
- Views
- 3,685
Found a new issue...
If i submit it from the form... it is not unmasking... it is masking on grid not in the form when we submit.
Regards,
Riyaz -
17 Sep 2012 2:52 AM
- Replies
- 20
- Views
- 10,766
Any solution for this??
How can I change this class to comma separate numbers when user is typing them?
For example on KeyUp or Change Event the comma appears.
Regards,
Riyaz -
15 Sep 2012 1:07 PM
Jump to post Thread: Input mask plugin, jquery port by rhytha
- Replies
- 16
- Views
- 3,685
Check this thread http://www.sencha.com/forum/showthread.php?147962
It is doing the currency formats perfectly like this plugin http://decorplanit.com/plugin/
But the issue is it is formatting... -
15 Sep 2012 11:26 AM
Jump to post Thread: Input mask plugin, jquery port by rhytha
- Replies
- 16
- Views
- 3,685
When you got time try one more plugin like this http://decorplanit.com/plugin/
This is also a very good jquery plugin.
Regards,
Riyaz -
15 Sep 2012 11:24 AM
Jump to post Thread: Input mask plugin, jquery port by rhytha
- Replies
- 16
- Views
- 3,685
Looks good now...
Regards,
Riyaz -
13 Sep 2012 6:46 AM
Jump to post Thread: Input mask plugin, jquery port by rhytha
- Replies
- 16
- Views
- 3,685
For the 1st point... Double click on row... it will become the editable row... Name has the name, Email has the email but Phone becomes empty.
Regards,
Riyaz -
13 Sep 2012 4:04 AM
Jump to post Thread: Input mask plugin, jquery port by rhytha
- Replies
- 16
- Views
- 3,685
Nice One... I have tested your plugin i found the following issues...
1. Row Editor - The values are not displaying in the appropriate mask fields
2. In Chrome Browser - Click Set Value -> Click... -
16 Jul 2011 3:25 AM
- Replies
- 2
- Views
- 1,428
This is the answer...
var selModel = Ext.create('Ext.selection.CheckboxModel', {
checkOnly: true,
listeners: {
deselect: function(model, record, index) {
id =... -
14 Jul 2011 5:45 AM
- Replies
- 2
- Views
- 1,428
Hi,
I have used check box model in the grid panel. When i checked the check box i am the checked column value. Now what i need is when i unchecked i need to get that same unchecked value.
... -
14 Jul 2011 5:15 AM
Jump to post Thread: Extjs 4 Selecting Multiple Rows. by rhytha
- Replies
- 4
- Views
- 1,474
select( [Ext.data.Model]/Number records, [Boolean keepExisting], [Boolean suppressEvent] )
selectAll( Boolean suppressEvent ) -
27 Jun 2011 2:14 AM
Jump to post Thread: Combobox multiselect issue by rhytha
- Replies
- 5
- Views
- 921
This is my combo box code i have used:
xtype: 'combobox',
multiSelect: true,
editable: false,
triggerAction: 'all',
forceSelection: true,
fieldLabel: 'User roles',
name: 'user_roles', -
27 Jun 2011 2:10 AM
Jump to post Thread: Combobox multiselect issue by rhytha
- Replies
- 5
- Views
- 921
Hi,
I have used a combo box with multiselect: true option. It's working file. My problem is when i submitted the form it posted like this
user_roles: 'admin'
user_roles: 'member'
instead of... -
27 Jun 2011 12:23 AM
- Replies
- 3
- Views
- 2,960
Hi Mahesh,
Use like this:
gridDataStore.getProxy().extraParams.search = 'searchvalue'
gridDataStore.load(); -
25 Jun 2011 3:18 AM
Jump to post Thread: Reload tool on combo list by rhytha
- Replies
- 5
- Views
- 3,672
It's an excellent tool... i have used this on my projects. But it is not working on Extjs 4.x any body give me the solution for to work out on 4.x too.
Thanks in advance.
Regards,
Riyaz -
21 Jun 2011 7:00 AM
- Replies
- 1
- Views
- 1,615
This the answer.
Ext.create('Ext.data.TreeStore', {
autoLoad: true,
proxy: {
type: 'ajax',
url: 'server.php',
extraParams: { -
21 Jun 2011 1:36 AM
- Replies
- 1
- Views
- 1,615
Hi,
I am using Extjs4 TreeStore, i want to know how to pass parameters (like mode = 'list') and action methods (POST or GET).
Thanks in advance.
Regards,
Riyaz -
28 Apr 2010 4:17 AM
Jump to post Thread: toggle 'Show in groups' by rhytha
- Replies
- 2
- Views
- 696
You can turn it back through,
grid.getView().enableGrouping = true;
store.groupBy('columnindex', true); -
26 Mar 2010 3:38 AM
Jump to post Thread: added check box not removed by rhytha
- Replies
- 2
- Views
- 733
Thank you... i will try :)
-
19 Mar 2010 6:31 AM
Jump to post Thread: added check box not removed by rhytha
- Replies
- 2
- Views
- 733
Hi,
I have added a check box through the below code
Ext.getCmp('tags_menu').add({height: 30, items: new Ext.form.Checkbox({name: 'cb-col-4', id: 'cb-col-4', boxLabel: 'Item 4'})});... -
25 Feb 2009 9:58 AM
Jump to post Thread: Grid search problem by rhytha
- Replies
- 1
- Views
- 752
Hi,
Kindly find the attached file, you can get the clear idea what i want.
Here the Get Value is an button when i click this button i want to get the selected option values and the textbox... -
19 Nov 2008 2:06 AM
Jump to post Thread: Adding field dynamically by rhytha
- Replies
- 3
- Views
- 1,043
can anyone suggest me how to add fields(text box or browse button) dynamically in a form using extjs.
-
5 Oct 2008 11:20 PM
- Replies
- 1
- Views
- 778
Hi,
Kindly find the attached image file and let me know how to implement like this.
Thanks in advance. -
11 Sep 2008 12:59 AM
Jump to post Thread: [new version] DateTime Field by rhytha
- Replies
- 834
- Views
- 313,092
Hi,
Kindly see the attached datetimeerror.jpg
This is the code am using
When i click "Add Action" button, i have called AddActionlog() function. It's working fine in FF but IE7 shows an... -
19 Aug 2008 4:03 PM
Jump to post Thread: Livegrid problem in Firefox by rhytha
- Replies
- 1
- Views
- 731
Hi,
Kindly see the attachments livegrid_firefox.jpg and livegrid_ie.jpg ,
I want to display the datas in firefox like displayed in IE
Any solutions?
Thanks in advance
Results 1 to 25 of 72
