Hi,
how can i download the latest free framework js version gpl 7.0.0, no CMD or npm, but only the package js (the one with ext-all.js,ext-all-debug-w-copmments, ecc, ecc).
Best Regards
Type: Posts; User: mimmo.rossi73
Hi,
how can i download the latest free framework js version gpl 7.0.0, no CMD or npm, but only the package js (the one with ext-all.js,ext-all-debug-w-copmments, ecc, ecc).
Best Regards
Hi,
i searched for the plugin inside the MarketPlace but it doesn't find anything, what can I do?
Thanks in advance.
Best Regards
Hi all,
with xtype 'filefield' we can choose a file, but there is a possibility to choose a folder?
Thanks
Hi All,
any news on this?
Thanks in advance
Hi All,
how can i add the "scroll" event in Panel Component?
I try to add it in initComponent but there isn't object on which link the event...i write this code
Ext.override(Ext.panel.Panel,...
Hi All,
there is someone that can insert here the latest version of RowFitLAyout and ColumnFitLayout?
I can't change my extjs version.
Thanks a lot
Hi,
i would create an Asynchronous tree like extjs 2, but although i found several examples of using the model and proxy (type "ajax") but doesn't work (in fact i can't call my url to java servlet...
Hi All,
there is a possibility to draw a window with angles more curved to look like an oval?
Thanks in advance,
Mimmo
Hi All,
there is a possibility to draw an Arrow or a triangle?
Thanks in advance,
Hi
Mimmo
Hi,
i have the same problem, have you solved it?
Thanks in advance
Hi,
there is a possibility to add other button to child items?
Thanks in advance
Hi All,
i would add the onpaste event to Field Component so that i use it in each Field's extensions; how can i add this with an override of Field Component?
Thanks in advance
i use a plugin
MultiSelectTreePanel v 1.1
It work fine without checkbox but using ctrl button+left mouse.
Hi all,
i need a multiple draggable nodes, but if i check more nodes there is a possibility to move all directly?
Thanks in advance
Hi,
the previously solution doesn't work when there is more than 2 level, so i modified it in this way:
function hideMenu(menu,menuItem){
try{
if(menu.hideM){
menu.hide();...
The solution that i indicated doesn't work when in a menu there is a separator becouse the activeItem ther isn't, so i worked around the problem in this way:
function hideMenu(menu){
try{...
Hi,
i solved in this way:
i define this function
function hideMenu(menu){
try{
if (!menu.activeItem){
menu.hide();
}
} catch (e){}
}
Hi All,
when i move out a mouse from a menu, this not disappear; it do it only if i click outside the menu or if i open another menu.
I try to use onmouseout event on menu, but it is invoked for...
Hi,
someone have solved this bug?
I created my own field as extension of a TriggerField in which i insert a function as property and i used "x-form-search-trigger" as triggerClass.
Hi All,
how can i hide and show a toolbar separator?
In my toolbar, i put a separator in this way:
{
id:"separatorSearch",
xtype: 'tbseparator'
}
i insert a id to have a possibility to get...
I have the same problem when try to insert a trigger field in a menu, i don't understand if in this version i can put it after modify a extjs with some fix.
Otherwise, there is a possibility to show...
Hi All,
i try to insert my field searchField but i received this error:
ownerDocument is null or is not an object
in Ext-all.js -> Ext.DomHelper
what is wrong?
this is my code:
new...
Hi to All,
there is a possibility to use a Ext.app.SearchField without store but with a simply association to a icon with my javascript function?
Thanks in advance
Hi, with this new code
Ext.onReady(function(){
function loadArr(){
var rootNode= new Ext.tree.AsyncTreeNode({
id:'rootT',
expanded:true,
leaf:false,
text:'Tree Root'
})