Search Type: Posts; User: xunxin
Search: Search took 0.01 seconds.
-
27 May 2012 6:07 PM
- Replies
- 2
- Views
- 488
thanks for your reply.
do you means using a field container? i have no any idea about it, because the form panel render the fieldlabel with a string value.
regard. -
26 May 2012 5:34 AM
- Replies
- 2
- Views
- 488
Can a FieldLabel be a component, e.g.button, menu and so on?
i want show a menu when click a fieldlabel?
regard. -
12 Apr 2012 5:17 AM
- Replies
- 6
- Views
- 935
it work well!
thank you very much. -
11 Apr 2012 8:10 AM
- Replies
- 6
- Views
- 935
it is very strange.
it will work well when i debug it step by step, but it will do unexpected result when run it directly without any breakpoints.
anyone can help me? thanks in advance. -
8 Apr 2012 8:13 PM
- Replies
- 6
- Views
- 935
i try it by your suggestion, and unfortunately, it doesn't work.
-
8 Apr 2012 5:46 PM
- Replies
- 6
- Views
- 935
thanks for you reply.the version is 4.1RC2 , and the labelableRenderProps include already the allowBlank attribute.i will try it again with your suggestion.
-
8 Apr 2012 6:52 AM
- Replies
- 4
- Views
- 1,058
thanks.
-
8 Apr 2012 6:49 AM
- Replies
- 5
- Views
- 1,178
thanks for your reply, i will try it.
-
7 Apr 2012 6:52 PM
- Replies
- 6
- Views
- 935
i have a field base to override the ext field base to config afterLabelTextTpl, which use allowBlank attribute, but it doesn't work and all of field appened a (*) not only for allowBlank equals to...
-
7 Apr 2012 5:51 PM
- Replies
- 5
- Views
- 1,178
yes, there is a select listener. for the double click event, will the framework fire two itemclick events and a itemdbclick event?
thanks for your reply. -
7 Apr 2012 5:37 PM
- Replies
- 4
- Views
- 1,058
yes ,i am using the MVC framework.
it work well after i add the requires config in the controller.
why it is necessary for IE9 but not for Chrome?
thanks for your reply. -
6 Apr 2012 8:48 PM
- Replies
- 4
- Views
- 1,058
there are a error when starting:
[Ext.createByAlias] Cannot create an instance of unrecognized alias: widget.navigator -
6 Apr 2012 8:33 PM
- Replies
- 5
- Views
- 1,178
Ext version tested:
Ext 4.1.0 RC2
Browser versions tested against:
Chrome 17 (Windows 7)
Description:
When one row in a grid is dobule click, it will fire two select and a itemdbclick... -
6 Apr 2012 8:03 PM
- Replies
- 3
- Views
- 589
i solved it by override the setValue method of RadioGroup.
i think it is bug. the override code is following:
Ext.define('my.form.RadioGroup',{ override : 'Ext.form.RadioGroup',
... -
6 Apr 2012 5:47 PM
- Replies
- 3
- Views
- 589
i read the document many times, but have no idea how to set it.
anyone can help me? -
6 Apr 2012 12:57 AM
- Replies
- 3
- Views
- 589
{ fieldLabel: 'gendar',
xtype: 'radiogroup',
allowBlank: false,
defaults: {
flex: 1,
name : 'gendar'
},
layout: 'hbox',
items: [
{ -
6 Apr 2012 12:54 AM
- Replies
- 3
- Views
- 589
i call the loadRecord method of the form which contains a radiogroup(male and female),but the radio in the radiogroup don't checked by the loaded value.
anyone can help me? thanks in advance. -
6 Apr 2012 12:21 AM
- Replies
- 1
- Views
- 788
for version4.1 rc2, i have the same problem. do you have a good solution?
-
4 Apr 2012 7:24 AM
- Replies
- 4
- Views
- 1,125
thanks for your quick reply.
unfortunately, there are a paging toolbar docked in the grid, a deselect event will be fired by the beforeLoadMask method when go or back between pages, and then a... -
4 Apr 2012 6:02 AM
- Replies
- 4
- Views
- 1,125
yes.
it will show the details of the clicked record when fire a click event. -
4 Apr 2012 5:33 AM
- Replies
- 4
- Views
- 1,125
i create a grid panel and load some data in it.
i want to edit it in a opened window when it is double clicked, but the click event is also fired twice.
anyone can help me? thanks in advance. -
3 Apr 2012 6:01 AM
- Replies
- 2
- Views
- 429
thanks for your quick reply.
-
3 Apr 2012 5:51 AM
- Replies
- 2
- Views
- 429
i have set the sortable false and the menuDisable true, but the column will sort yet when i click a header in grid.
anyone can help me? thanks in advance. -
30 Mar 2012 6:35 AM
- Replies
- 2
- Views
- 497
it is my pleasure.
the model:
Ext.define('module.model.Module', { extend: 'Ext.data.Model',
fields: [
{name: 'id', useNull: true, type: 'int'},
{name:... -
29 Mar 2012 7:58 PM
- Replies
- 2
- Views
- 497
i am using the method TreeStore.load with a node param, and a problem get in the way.
33323
in the above , i mark the icon before calling the load method. After calling the load method, the...
Results 1 to 25 of 33
