Search Type: Posts; User: ateodorescu
Search: Search took 0.03 seconds.
-
26 Mar 2013 12:00 PM
Jump to post Thread: Ext.ux.grid.mzPivotGrid by ateodorescu
- Replies
- 26
- Views
- 6,729
Here is the example I promised: http://www.mzsolutions.eu/Pivot-grid-with-drill-down-plugin.html
-
26 Mar 2013 9:54 AM
Jump to post Thread: Ext.ux.grid.mzPivotGrid by ateodorescu
- Replies
- 26
- Views
- 6,729
Hi,
You just have to add the plugin to the pivot grid like this:
plugins: Ext.create('Mz.pivot.plugin.DrillDown')
I will also add an example on the website. If you downloaded the trial version... -
12 Mar 2013 8:01 AM
Jump to post Thread: Ext.ux.grid.mzPivotGrid by ateodorescu
- Replies
- 26
- Views
- 6,729
Hi there,
The latest version has new features like:
- sort columns by aggregated values
- drill down plugin
- example of integration with Ext JS charts
Checkout the examples of mzPivotGrid!... -
4 Feb 2013 5:17 AM
- Replies
- 2
- Views
- 193
Hi,
You used "dataIndex" on your column definitions but your model fields have no "name". Remove "convert" configs and add names.
Cheers -
24 Jan 2013 2:10 PM
Jump to post Thread: Ext.ux.grid.mzPivotGrid by ateodorescu
- Replies
- 26
- Views
- 6,729
I didn't make a sencha architect component for this but I have finally managed to implement the columns expand/collapse feature.
A drill down plugin could be easily implemented. Double click a cell... -
23 Jan 2013 6:24 AM
- Replies
- 9
- Views
- 2,267
Hi,
We have solved this by changing the code in findGroupHeaderIndices (v 2.1) of the dataview.List component:
findGroupHeaderIndices: function() {
var me = this,
... -
12 Jan 2013 2:19 AM
Jump to post Thread: Ext.ux.form.plugin.HtmlEditor by ateodorescu
- Replies
- 32
- Views
- 5,984
What extjs version do you have? In both 4.0.7 and 4.1.1 is working.
-
11 Jan 2013 3:10 AM
Jump to post Thread: Ext.ux.form.plugin.HtmlEditor by ateodorescu
- Replies
- 32
- Views
- 5,984
Could you provide the use case so I can look into it?
-
11 Jan 2013 2:22 AM
Jump to post Thread: Ext.ux.form.plugin.HtmlEditor by ateodorescu
- Replies
- 32
- Views
- 5,984
You could use the "enableMultipleToolbars" config to have all plugins on a second toolbar. Don't know if you have the latest version though.
-
16 Dec 2012 11:54 PM
Jump to post Thread: Ext.ux.form.plugin.HtmlEditor by ateodorescu
- Replies
- 32
- Views
- 5,984
I wanted to implement that as well but Samuelsan did a great job with his "image upload" plugin so I gave up. Here is a link to his plugin: http://www.sencha.com/forum/showthread.php?160774
... -
13 Dec 2012 3:29 PM
Jump to post Thread: Ext.ux.grid.mzPivotGrid by ateodorescu
- Replies
- 26
- Views
- 6,729
Hi Steve,
I don't have a Sencha Architect license so I have no idea how to integrate this into it. Is there any chance to create such a Sencha Architect component without a license for it?
... -
13 Dec 2012 4:23 AM
Jump to post Thread: Ext.ux.grid.mzPivotGrid by ateodorescu
- Replies
- 26
- Views
- 6,729
Hi,
I have redesigned the pivot grid and now it supports rows and columns grand totals. Have a look at this example: http://www.mzsolutions.eu/mzPivotGrid-configurator.html
It is also... -
14 Nov 2012 1:04 PM
Jump to post Thread: Ext.ux.grid.mzPivotGrid by ateodorescu
- Replies
- 26
- Views
- 6,729
The new website is up and running. Enjoy!
http://www.mzsolutions.eu
Adrian -
13 Nov 2012 11:58 PM
Jump to post Thread: Ext.ux.grid.mzPivotGrid by ateodorescu
- Replies
- 26
- Views
- 6,729
Hi there,
Yeap, for the moment I removed the component from my website as I am rebuilding the site now. It will be available soon. The component will only be available commercially though.
... -
3 Oct 2012 1:46 AM
Jump to post Thread: Ext.ux.form.plugin.HtmlEditor by ateodorescu
- Replies
- 32
- Views
- 5,984
New plugins available:
strikethrough
justify full
multiple toolbars
39102 -
27 Sep 2012 12:23 AM
- Replies
- 2
- Views
- 494
Ext version tested
4.1.1
Browser version tested
Chrome v22 (Windows)
Description
The file upload field button gets hidden when the parent fieldset is collapsed.
Steps to reproduce -
24 Sep 2012 5:27 AM
Jump to post Thread: Ext.ux.form.plugin.HtmlEditor by ateodorescu
- Replies
- 32
- Views
- 5,984
No, this is not the procedure. The text gets cleaned up in "html mode" because you actually paste in a simple textarea.
Please tell me in which browser did you test this? -
21 Sep 2012 7:27 AM
Jump to post Thread: Ext.ux.form.plugin.HtmlEditor by ateodorescu
- Replies
- 32
- Views
- 5,984
The localization should be done the same way it's done for the htmleditor component in the extjs package. Have a look at the "locales" folder.
Regarding the "paste from word" you have to ensure that... -
19 Sep 2012 4:07 AM
Jump to post Thread: Pivot Grid in Extjs 4. by ateodorescu
- Replies
- 21
- Views
- 6,963
If you guys are talking about the pivot grid that I made, you should know that it should run in a web server, because the store attached to the grid is a json store fetching data from a url.
-
19 Sep 2012 2:32 AM
Jump to post Thread: Ext.ux.grid.mzPivotGrid by ateodorescu
- Replies
- 26
- Views
- 6,729
Hi,
New features:
- expandAll/collapseAll
- enableGrouping or not
- refresh method for reconfiguring the pivot grid
- modified the aggregator function to return an empty string if no records... -
17 Sep 2012 4:35 AM
- Replies
- 26
- Views
- 28,204
Hi,
You can find some themes for Extjs 4.x here: http://www.mzsolutions.eu/shop/
Cheers,
Adrian -
17 Sep 2012 4:32 AM
- Replies
- 5
- Views
- 1,623
Hi,
Have a look here: http://www.mzsolutions.eu/shop/
Cheers,
Adrian -
6 Sep 2012 8:39 AM
- Replies
- 26
- Views
- 4,363
I have managed to reproduce the error. If you change the code and remove the codemirror field from the form you will see that you will still get the same error. It's probably a bug in Extjs and not...
-
5 Sep 2012 1:07 AM
Jump to post Thread: Pivot Grid in Extjs 4. by ateodorescu
- Replies
- 21
- Views
- 6,963
Do you get any errors? What is wrong with it?
-
22 Aug 2012 6:09 AM
Jump to post Thread: Ext.ux.grid.mzPivotGrid by ateodorescu
- Replies
- 26
- Views
- 6,729
Hi,
I have changed the pivot grid a bit. It is possible now to collapse row groups. Column groups are not collapsible yet. I have also created a feature to add row summary.
Check it out here and...
Results 1 to 25 of 55
