Very good buddy.Usefull.Thanks.
Type: Posts; User: joseadriano
Very good buddy.Usefull.Thanks.
This is my Grid config:
function totalPedido(v, params, data) {
params.attr = 'ext:qtip="Total Pedido:"';
return v? ((v === 0 || v > 1) ? '(' + Ext.util.Format.usMoney(v)...
Hi All!
Does somebody knows how to summarize a multigroup grid?
See attached message
Thanks.
I found a way...
Ext.namespace('Ext.ux.plugins');
Ext.ux.plugins.printGrid = function(config) {
Ext.apply(this, config);
};
Ext.extend(Ext.ux.plugins.printGrid,...
Hi MJ.
I found a way to print a grid...
I want to create a plugin to use it...
Like this:
Plugin will add a button to existing grid´s tbar and it will alow us to print the grid´s content.
...
Hi all,
Does somebody knows how to setup a tbar in a grid at runtime?
I googled and search this forum and can´t find how to...
Thanks in advance.
sorry MJ, the way I replied that.
I have no enough knowledge to create the extension I need, ´cause we´re comming from desktop programmig, and we´re new to java script and javascript frameworks....
I spend all my available time searching and studing Ext, in my job, and at home.
I know all extensions created for Ext 1.xx and 2.2.
I had not found yet a extension to print in Ext witch I could...
I have this json, and it returns "no data":
{ "success":true
,"total":2
,"results":[ { "idfilial":10002
,"anomes":200812
,"idoperacaoproduto":101040
Do you have an online demo??
I tried to use, but , it doesn´t load ...
Could you please post a complete example ou an online demo?
Do you have an example of how can we do this?
:D
Great!
Perfect!
I think you may do much more at web, than in desktop applications.
We must to see web Browser as a VM, a place where , using JS ( as language and accessing DOM ), CSS (styling...
Thanks attention , I solved it!!
http://extjs.com/forum/showthread.php?t=49682
This post shows a great ext extension, it alow you load runtime some javascript, even modules, plugins and...
Hi everybody... :D
I´m with a problem after loading a new component/plugin, with hava a new "xtype" definition...
LoadScript( '../path/scrip_source/script.js');
" the LoadScript code...
The...
Try to create a vType to you regexp
Read this post...
http://extjs.com/forum/showthread.php?t=5180
Good luck.
:D
Thank you, helping to improve more and more ExtJS funcionalities.