Search Type: Posts; User: Hakkert
Search: Search took 0.02 seconds.
-
28 Jan 2013 11:32 PM
- Replies
- 2
- Views
- 205
Hi Scott
Hereby some code. You already have the vtype.
var rowEditing = Ext.create('Ext.grid.plugin.RowEditing', { clicksToEdit: 2,
id: 'rowEditor',
name:... -
28 Jan 2013 6:48 AM
- Replies
- 2
- Views
- 205
Hi
I have an editable grid with a textfield of vtype
Ext.apply(Ext.form.VTypes, { 'customDecimalText': 'Bedrag moet in formaat : -1234.56',
'customDecimalMask': /[\-\+0-9\.]/,
... -
19 Sep 2012 3:39 AM
- Replies
- 1
- Views
- 143
No ideas anyone?
-
16 Sep 2012 11:41 PM
- Replies
- 1
- Views
- 143
Hi
I downloaded the portal example and got it working on ext 4.1.1 Now i do this:
{
id: 'app-portal',
xtype: 'portletpanel',
... -
14 Aug 2012 12:55 AM
- Replies
- 2
- Views
- 924
Hi
I have the following problem. I have a panel in a view
<script type="text/javascript">
Ext.onReady(function(){
var htmlPanel = Ext.create('Ext.panel.Panel', {
id:... -
3 Mar 2012 7:15 AM
Jump to post Thread: Grid rowrender event? by Hakkert
- Replies
- 1
- Views
- 363
Hi all
I have a grid with a page size of 2000 rows. The time between the store being loaded and the grid filled is a few seconds. During that time i want to show the loadmask. Since i know the row... -
17 Nov 2011 3:49 AM
- Replies
- 1
- Views
- 787
Well topic title says it all. I have a normal panel and i want to show an html 5 menu there. I have 1 menuitem with 6 subitems. The first two show because they are in the top panels width but the...
-
17 Oct 2011 3:41 AM
- Replies
- 6
- Views
- 943
I fixed the problem with the store. It depends on what order the controllers are included in the application.
So the question remains if controllers can be included in controller in stead of all... -
17 Oct 2011 12:08 AM
- Replies
- 6
- Views
- 943
The structure is something like this
- MasterController (MasterView)
- MainCenterController (MainCenterView)
- MasterGridController (MastrGridView)
The store i use... -
13 Oct 2011 11:59 AM
- Replies
- 6
- Views
- 943
Hi
I did not have this. I thought i could add the controller to its "parent" controller and this would work. When i changed this i could add the view and model to the controller of masterGrid but... -
12 Oct 2011 11:34 PM
- Replies
- 6
- Views
- 943
I have have a main view ( the complete page ), a center view and a masterGrid view. The mastergrid view is placed in the center view and the center view is placed in the main view.
Now i have got... -
11 Oct 2011 4:59 AM
Jump to post Thread: Debugging Ext code by Hakkert
- Replies
- 0
- Views
- 265
I'm not sure if sencha can do anything about this but debugging ext 4 is not fun. While trying to create my first ext 4 mvc app i get the strangest errors on which you have to dig in the callstack...
-
9 Oct 2011 11:23 PM
- Replies
- 3
- Views
- 2,369
Maybe you can help.
var master = Ext.ComponentManager.get('idMasterView');
var centerPanel = Ext.ComponentManager.get('idCenterPanel');
var newCenterPanel =... -
7 Oct 2011 4:30 AM
- Replies
- 3
- Views
- 2,369
Hi
I have a controller with two views. In one of the views a have a button with a click listener. On that click i want to change the view from one to the other. Whats the best way to do this?
I... -
5 Oct 2011 12:39 AM
- Replies
- 0
- Views
- 379
Hi
I'm testing with ext 4.0.2 and trying to get a mvc treegrid working. Without the store it works but when i set the store i get an exception "Object has no method getRootNode" in the following... -
18 May 2011 1:42 AM
Jump to post Thread: IE 9 update by Hakkert
- Replies
- 1
- Views
- 946
Is the update for IE9 available and if so where can i download it. I searched the site/forum but could only find a post saying that sencha was on top of things trying to get the update ready as soon...
-
7 Mar 2011 6:25 AM
Jump to post Thread: Loading extjs app into an iframe by Hakkert
- Replies
- 18
- Views
- 2,578
@jgarcia: I use both chrome developer tools and firebug for firefox. Firebug gives no warnings not errors. Chrome gives some warning of faulted mimetype of some ext images.
@mschwartz: When i... -
7 Mar 2011 5:29 AM
Jump to post Thread: Loading extjs app into an iframe by Hakkert
- Replies
- 18
- Views
- 2,578
I'm rendering simple panels with a combobox, a textfield and a button. What i don't get is when the page works fine without the iframe ( also in IE ) and when it is in an iframe it just stops on the...
-
7 Mar 2011 5:21 AM
Jump to post Thread: Loading extjs app into an iframe by Hakkert
- Replies
- 18
- Views
- 2,578
I stripped all the code that was extra so no extra javascript.
The application i'm making has to be included into multiple other sites. With that in mind i think the best way to do this is to... -
7 Mar 2011 5:13 AM
Jump to post Thread: Loading extjs app into an iframe by Hakkert
- Replies
- 18
- Views
- 2,578
What is a vanilla page? It works in chrome and FF
-
7 Mar 2011 5:01 AM
Jump to post Thread: Loading extjs app into an iframe by Hakkert
- Replies
- 18
- Views
- 2,578
What we do is this. We have an interface in our client to make ext panels. I want to show those panels on my screen. So i got one framework which loads a store loops through it to eval the javascript...
-
7 Mar 2011 4:39 AM
Jump to post Thread: Loading extjs app into an iframe by Hakkert
- Replies
- 18
- Views
- 2,578
I tried some different things and the frame goes blank when i call dolayout(). When i add the panel directly in the centerpanel it shows. When i add the panel with objCenterPanel.add(eval(JSPANEL));...
-
7 Mar 2011 3:29 AM
Jump to post Thread: Loading extjs app into an iframe by Hakkert
- Replies
- 18
- Views
- 2,578
anyone?
-
6 Mar 2011 2:02 AM
Jump to post Thread: Loading extjs app into an iframe by Hakkert
- Replies
- 18
- Views
- 2,578
Well i found partly whats going wrong. Its the ext-all.css. When i include the css file in my project nothing shows. it does load but nothing shows in the iframe. When i remove any css it works but...
-
2 Mar 2011 6:33 AM
Jump to post Thread: Ext.Window ext error by Hakkert
- Replies
- 4
- Views
- 890
Thanks for your response. Did it work in Internet Explorer 8 with ext 3.3.1? I solved the issue just now by adding and empty div to the body tag so my html body looks like this
<body>
...
Results 1 to 25 of 36
