Search Type: Posts; User: Vaevictus
Search: Search took 0.01 seconds.
-
11 May 2013 3:39 AM
- Replies
- 1
- Views
- 85
Hi,
We use a dynamically generated form panel to represent our business objects.
We are in the middle of moving this form from a custom html implementation using our own fields into an Extjs4... -
6 Apr 2013 11:51 AM
- Replies
- 3
- Views
- 153
run this in jsfiddle.net (couldnt save because I crashed the browser hehe).
This more accurately represents what my extjs app is doing
Ext.define('LengthModel', {
extend:... -
6 Apr 2013 9:16 AM
- Replies
- 3
- Views
- 153
This just caught me out and have been pulling my hair out but got to the bottom of it.
If when you define a model, one of the fields is named 'length', Ext json readers happily parse json into the... -
26 May 2011 7:14 AM
- Replies
- 0
- Views
- 611
I use a stylesheet containing the following rule which is used to determine what icon to display:
.gridpreviewimage-32-htm, .gridpreviewimage-32-html, .gridpreviewimage-32-asp,... -
11 May 2011 10:58 PM
Jump to post Thread: Bug with autoref? 3.3.1 by Vaevictus
- Replies
- 0
- Views
- 808
Hi guys,
I have a simple class that extends window.
Window has a bottom toolbar with some buttons.
Autoref on the buttons does not produce the desired results.
If the button is taken out of the... -
5 Mar 2011 8:25 AM
- Replies
- 2
- Views
- 878
Here is the code for a header panel that sits at the top of my browser window.
Presentation.MainHeaderPanel = function(config) {
var siteconfig = getSiteConfiguration();
var... -
7 Aug 2010 1:24 PM
- Replies
- 0
- Views
- 464
You do not override the background-image so the desired effect is not shown
change to
.x-grid3-row-over {
background-color:#7e5530;
background-image: none;
} -
6 Aug 2010 7:35 AM
- Replies
- 7
- Views
- 1,498
excellent, thanks for your fast response
-
6 Aug 2010 7:05 AM
- Replies
- 7
- Views
- 1,498
Is it or will it be possible to configure the jsonstore to load data using HTTP POST? At the moment you are limited to using GET and have to update the class file by hand, which of course is...
-
2 Aug 2010 2:02 PM
- Replies
- 2
- Views
- 1,062
thanks guys i'll take a look at extplorer.
-
27 Jul 2010 12:40 PM
- Replies
- 2
- Views
- 860
bump, I experienced this a over a year ago on another project, would like to know if it's extjs or IE to blame.
-
27 Jul 2010 12:23 PM
- Replies
- 2
- Views
- 1,062
Hi guys,
I need to integrate a file explorer to manager files on the webserver. The backend is running c#.
I'm not finding anything in the forum, anyone care to point me in the right direction.... -
5 Jul 2010 3:01 AM
- Replies
- 5
- Views
- 946
wow - mixing my languages. Should have used hidden.
thanks, works great. -
5 Jul 2010 1:52 AM
- Replies
- 5
- Views
- 946
Hi,
I want to have a button visible/not visible depending if the users username is Guest.
EG
config.saveAction = new Ext.Action({ cls: 'x-btn-icon bsave', handler:... -
20 May 2010 1:42 AM
- Replies
- 1
- Views
- 1,456
http://www.extjs.com/deploy/dev/examples/grid/row-editor.html
Edit a row, then cancel.
Reorder the columns.
Try to edit a row again and the row editor fails to display fields.
Craig -
28 Jan 2010 12:32 AM
Jump to post Thread: Ext Wave Community by Vaevictus
- Replies
- 112
- Views
- 15,028
craig.whitcombe please
thanks -
25 Jan 2010 9:41 AM
- Replies
- 7
- Views
- 5,001
This thread should be in the 3.x forum I think.......
-
24 Jan 2010 3:34 PM
- Replies
- 7
- Views
- 5,001
got the same problem.
would be nice if the treelaoder accepted config options such as
dataUrl: 'WebService.asmx/GetTreeNodes',
method: 'post',
jsonData: { somevar:... -
2 Jul 2009 6:35 AM
- Replies
- 3
- Views
- 1,369
What a useful post.
I already know that you shouldnt nest forms. If you use aspnet code however you cannot help it because the whole page is within a big form. There is a conflict between ASP and... -
2 Jul 2009 5:00 AM
- Replies
- 3
- Views
- 1,369
Hi all,
I have an asp.net page in which I am running my ext application consisting of multiple grid panels.
All morning I tried to get a formpanel to render on the page, but could not. I... -
30 Jun 2009 5:25 AM
- Replies
- 3
- Views
- 2,939
thanks for the reply, but I think what you suggest is no better than what I have got.
I have just fixed the issue.
this.store.proxy.on('load', this.updateSuggestions, this);
//simplified... -
30 Jun 2009 4:11 AM
- Replies
- 3
- Views
- 2,939
Hi,
Apologies but this is the second time I have typed this out as the forum lost the first one :((
Basically I want to load a grid via an xmlreader.
on grid load, update another grid, reusing... -
22 Jun 2009 3:12 AM
Jump to post Thread: [3.x] Ext.ux.grid.AutoRefresher by Vaevictus
- Replies
- 44
- Views
- 18,895
bulletin board auto shrank the image so here is a zoomed in version:
-
22 Jun 2009 3:07 AM
Jump to post Thread: [3.x] Ext.ux.grid.AutoRefresher by Vaevictus
- Replies
- 44
- Views
- 18,895
Thanks for the great work.
Couldnt get it to work without your PageSizerPlugin, but decided to use your pagesizer plugin anyway and now it works nice :)
I am reporting a bug with IE8:
Line... -
7 May 2009 4:45 AM
- Replies
- 7
- Views
- 4,838
bump, I think this needs to be moved to bugs forum
Results 1 to 25 of 44
