Search Type: Posts; User: nicholasnet
Search: Search took 0.03 seconds.
-
21 May 2013 12:32 PM
- Replies
- 2
- Views
- 121
REQUIRED INFORMATION
Ext version tested: ExtJs 4.2
Browser versions tested against:
FF 20
Chrome 26
IE9
DOCTYPE tested against: -
17 Jan 2013 7:17 AM
Jump to post Thread: Is there any equivalent by nicholasnet
- Replies
- 2
- Views
- 163
I am aware of that example but it is too complex for my need. Is there any plugins or perhaps way/tutorial to create simple sortable list.
-
14 Jan 2013 1:24 PM
- Replies
- 4
- Views
- 209
You could try something like
treePanel.fireEvent('checkchange',args);
After you are done with committing the node data -
13 Jan 2013 7:56 PM
Jump to post Thread: Is there any equivalent by nicholasnet
- Replies
- 2
- Views
- 163
Hello, I am trying to create widget which should have functionality like this. Basically I need nested sortable list. Is there anyway to achieve this in ExtJs. The closest I could find was this but...
-
17 Oct 2012 12:26 PM
- Replies
- 1
- Views
- 1,761
Recently I have noticed that recents ExtJS release version have 'a' at last. Does it mean alpha release or something else?
-
21 Aug 2012 6:12 AM
- Replies
- 4
- Views
- 984
So, there is no way that you can apply different state to tree-grid based on user selection. Seems like apply state is not working after tree-grid is rendered. Is there any possible work around.
-
17 Aug 2012 10:15 AM
- Replies
- 4
- Views
- 984
I tried this case without grouped columns and still got the same problem. Can anyone confirm this issue...?
-
16 Aug 2012 7:40 AM
- Replies
- 4
- Views
- 984
I am trying to save state of a treegrid and apply it based on user selection. However, apply part is not working as expected is there anyway to apply different states after treegrid is rendered. So,...
-
8 Aug 2012 6:58 AM
- Replies
- 185
- Views
- 67,423
I found that it is leaking global around line 1553
/**
* Track height change to fire {@link #event-autosize} event, when applicable.
*/
afterComponentLayout: function()
{
var me =... -
24 May 2012 5:57 AM
- Replies
- 1
- Views
- 495
REQUIRED INFORMATION
Ext version tested:
Ext 4.1
Browser versions tested against:
Firexfox 12
Chrome 19 -
22 May 2012 12:06 PM
- Replies
- 4
- Views
- 2,001
Did anybody else encountered this problem. The markup generated by component does not have WMODE transparent.
-
22 May 2012 10:21 AM
- Replies
- 3
- Views
- 664
Yes it works fine in Google Chrome but not in Firefox 12 in Windows 7. Please see the link for detail video, which have all detail about the problem.
http://screencast.com/t/t6wg02LF9W9M -
21 May 2012 6:10 PM
- Replies
- 4
- Views
- 2,001
REQUIRED INFORMATION
Ext version tested:
Ext 4.1.1
Browser versions tested against:
Firefox 12
Chrome -
21 May 2012 5:54 PM
- Replies
- 3
- Views
- 664
Description: When error is triggered field width is disregarded.
Ext Version: 4.1
Browser: Firefox 12.0
OS Win 7
Test case
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"... -
9 Apr 2012 8:50 AM
Jump to post Thread: Toolbar button style by nicholasnet
- Replies
- 28
- Views
- 45,796
This should do for 4.0.7. Not sure about 4.1 line though
.x-btn-default-toolbar-small
{
border-color: #B0CCF2;
background-color: #d5dfeb;
} -
27 Feb 2012 7:03 AM
- Replies
- 6
- Views
- 1,111
I do not think this is a proper way to ask for help. Please refer to other thread about how to ask for help. Having said that how your JSON repsonse looks like?
PS: Please use code format block to... -
22 Feb 2012 7:44 AM
- Replies
- 7
- Views
- 1,145
I had the same requirement. This is how I solved it. I hope this will help you.
store.on
({
'load' :
{
fn: function(store, records, success, operation, eOpts)
{
... -
2 Feb 2012 1:28 PM
- Replies
- 3
- Views
- 460
Thank you very much Mitchell for your response. I understand that example are just enough for starters to get started. However, I still think example is not adequate enough for MVC specially when it...
-
2 Feb 2012 10:48 AM
- Replies
- 3
- Views
- 973
In exception event how you can bind error in particular fields. Can you please give me some insights of doing this in MVC style.
-
2 Feb 2012 10:39 AM
- Replies
- 3
- Views
- 460
Is there any decent examples anywhere or some sort direction of how to handle submission error using Form <--> Model <--> Proxy (Reader/Writer). After searching forum for hours and looking through...
-
1 Feb 2012 12:46 PM
- Replies
- 3
- Views
- 973
Currently I am submitting form like this using JSON writer but I am having some problem regarding error handling issue when server returns error. Basically I am not being able to show errors on the...
-
1 Feb 2012 10:33 AM
- Replies
- 2
- Views
- 613
Yes I am using JSON writer.
-
31 Jan 2012 1:54 PM
- Replies
- 2
- Views
- 613
My server requires me to send CSRF tag for any post request. Which I am doing like this
Ext.Ajax.on('beforerequest', function(conn, options)
{
var mth = (options.method);
mth =... -
8 Nov 2011 6:53 AM
- Replies
- 125
- Views
- 29,030
I think development team also needs to look at class structure. May be it is little too late for this but class structure of 4.x seems to be much more complicated than 3.x. Just look at the class...
-
27 Oct 2011 7:10 AM
Jump to post Thread: Neptune Theme by nicholasnet
- Replies
- 44
- Views
- 26,229
Kitchen sink theme remind me of this theme some what
http://www.sencha.com/forum/showthread.php?67367-3.0-New-Theme-Blueen-(Blue-and-Green)-v0.1
not Neptune
Results 1 to 25 of 111
