extjs
ExtJs 3.3.1 - Placing the name of the Group within the framework of the existing Grid
Is there some property or method in order to align the string with the name of the group (in my case the name of Merchant 1) according to the existing grid in the Grid?[详细]
2023-04-11 02:26 分类:问答How to make openInfoWindowHtml work in Google Maps 2
I\'m setting up a extjs panel with a GMap2 embedded.Here\'s the setup: map = new GMap2(document.getElementById(\"gmappanel\"));[详细]
2023-04-11 01:26 分类:问答ExtJs - How to get value from the Store by id?
How to get value from the Store by id? store in s开发者_开发知识库uch fields fields: [ {name: \"id\", type: \'int\'},[详细]
2023-04-11 00:49 分类:问答form Panel layout issue in extjs2
I am new to extjs layouts. I have a Form panel with default layout.I am adding a fieldset which contains a grid and two buttons.I am rendering a form Panel to div.[详细]
2023-04-10 22:25 分类:问答Ext.NET DateField - formatting reversing itself
We have a weird situation where an Ext.NET datefield is \'switching\' formats if we input values in a certain style.[详细]
2023-04-10 21:59 分类:问答initComponent vs constructor when defining an object
When should I be using initComponent compared to constructor ? I have been using initComponent to extend my objects, but looking at the docs for Ext.define is see them using constructor all over then[详细]
2023-04-10 21:55 分类:问答Extjs form : load data
I want to load json data into form. my json : { \"success\": \"true\", \"data\": { \"operation[id]\": \"1199\",[详细]
2023-04-10 20:24 分类:问答ExtJS: directfn and TreeStore - not loading
What\'s the right way to use a TreeStore with directFn? Here\'s how I\'m doing it: var categoryStore = Ext.create(\'Ext.data.TreeStore\', {[详细]
2023-04-10 18:30 分类:问答Displaying different message on button click of Ext-js Form
I m developing a form using ext-js. I hve addedbuttons. by clicking the save button it shows msg asking for the confirmation having 2 buttons ok and save. But i m nt getting how to give different mess[详细]
2023-04-10 18:17 分类:问答Data within Ext.Panel without XTemplate?
is there a way to apply data to \"regular\" fields and subitems without using the an XTemplate? My code looks like:[详细]
2023-04-10 16:58 分类:问答