Search Type: Posts; User: John Holmes
Search: Search took 0.02 seconds.
-
24 Sep 2008 3:04 PM
- Replies
- 2
- Views
- 1,024
thx a lot for the answer.
-
24 Sep 2008 2:54 PM
- Replies
- 2
- Views
- 1,024
Hi all,
i'm wondering if there is any way to preselect checks in a grid panel with a selection model of type CheckboxSelectionModel.
here the code i'm executing BEFORE the grid is rendered that... -
17 Dec 2007 5:13 AM
Jump to post Thread: Form Design Problem by John Holmes
- Replies
- 20
- Views
- 4,352
Hi bai,
can you show me the piece of code you use to initialize dynamically the formPanel?
regards
Francesco -
13 Dec 2007 9:10 AM
Jump to post Thread: Form Design Problem by John Holmes
- Replies
- 20
- Views
- 4,352
Hi,
i have made some tests, it seems to be an Ext problem. Try to avoid setting label style. -
13 Dec 2007 8:37 AM
Jump to post Thread: Form Design Problem by John Holmes
- Replies
- 20
- Views
- 4,352
Ok, not a good news. Setting the labelStyle on filed in my dialogs dosen't change the field label width.
Something wrong in your code is still present... let me see, i'll be back soon:) -
13 Dec 2007 8:32 AM
Jump to post Thread: Form Design Problem by John Holmes
- Replies
- 20
- Views
- 4,352
Hi,
it seems the problem lies on setting a custom style on field labels.
i have removed each
labelStyle: 'font-family: Arial, Helvetica, sans-serif;font-size: 11px;'
and works fine! -
13 Dec 2007 5:46 AM
Jump to post Thread: Form Design Problem by John Holmes
- Replies
- 20
- Views
- 4,352
Hi BKrisz79,
i'have found what's wrong in your code.
DON NOT USE columnWidth as property to define columnWidth in pixel. It works only for % values. Use width. To set up the right layout for... -
12 Dec 2007 1:59 AM
Jump to post Thread: Form Design Problem by John Holmes
- Replies
- 20
- Views
- 4,352
Hi BKrisz79,
i'm sorry, but for design reason i have changed the dialog layout and i cannot find any old code file version.
Try to post your code here, i'll try to fix it for you. -
10 Dec 2007 1:21 AM
Jump to post Thread: Form Design Problem by John Holmes
- Replies
- 20
- Views
- 4,352
yeah, why not! :)
this.formPanel = new Ext.FormPanel({
border: false,
plain: true,
labelWidth: 130, -
10 Dec 2007 1:15 AM
Jump to post Thread: Parameters for groupTextTpl by John Holmes
- Replies
- 14
- Views
- 11,696
Ok i'm a dude, but i'm not sure what do you mean...
-
7 Dec 2007 3:30 AM
- Replies
- 273
- Views
- 141,896
I have found another bug:
when you drop an intem from TOList to FROMList and then try to readd the item dblclicking it, some error occour. -
7 Dec 2007 1:54 AM
- Replies
- 273
- Views
- 141,896
About the allow sort,
if you don't specify the 'sortsField' the TO sort will not occour, the FROM sort il always done by DisplayField.
Could be useful to disable all sorting. -
6 Dec 2007 7:39 AM
- Replies
- 273
- Views
- 141,896
Re-posted here to hilight the need of this modify in the official version.
Hope it is useful.
I have changed the valueChange method in this way, to allow the item selector to remove items... -
6 Dec 2007 5:12 AM
- Replies
- 27
- Views
- 17,916
I have changed the valueChange method in this way, to allow the item selector to remove items loaded in the toStore from the fromStore when using 2 data store wich have data.
valueChanged:... -
5 Dec 2007 1:52 AM
Jump to post Thread: Form Design Problem by John Holmes
- Replies
- 20
- Views
- 4,352
I think you mean "put more than one textfields in a single row"...
here the example:
{
layout: 'column',
border: false, -
3 Dec 2007 4:14 AM
Jump to post Thread: Parameters for groupTextTpl by John Holmes
- Replies
- 14
- Views
- 11,696
Hi,
Have a try with
groupTextTpl: '{[ values.rs[0].data["storefieldname"] ]}'
this should works -
21 Nov 2007 3:19 AM
Jump to post Thread: Form Design Problem by John Holmes
- Replies
- 20
- Views
- 4,352
I'am a programmer not a designer! Poor me!
Unfortunately in this dialog there is no rarely accessed data. All fields are important and must be visibile to the user.
Currently I'm workin on... -
21 Nov 2007 3:10 AM
Jump to post Thread: Form Design Problem by John Holmes
- Replies
- 20
- Views
- 4,352
Hi,
i'd like to follow the application style design, so i need (i would like) to edit "entities" in dialogs. -
21 Nov 2007 12:41 AM
Jump to post Thread: Form Design Problem by John Holmes
- Replies
- 20
- Views
- 4,352
Hi,
I have a complex dialog, with some fields in a tabbed form, but i'am unable to find the right solution to give a decent layout to the form. Maybe having a tabbed form to manage this "entity"... -
13 Nov 2007 1:40 AM
- Replies
- 3
- Views
- 2,138
Ok,
so i have to use store.filterBy to have a exact match filtering method or in the case of two linked combo (as stated in the tutorial) use a 'beforequery' event handler to do some filter logic.... -
12 Nov 2007 8:04 AM
- Replies
- 3
- Views
- 2,138
Hi all,
i'm not able to understand why calling the filter() method of a store on a id field, return to me records that match the id partially.
Example
Records of the store:
ProvinceID |... -
1 Oct 2007 4:48 AM
Jump to post Thread: tree menu icons by John Holmes
- Replies
- 14
- Views
- 5,864
From the help
Actually nothing seems to change if I set the iconCls config option with a CSS class like this:
.x-tree-node-myimage { -
28 Sep 2007 4:52 AM
Jump to post Thread: tree menu icons by John Holmes
- Replies
- 14
- Views
- 5,864
i'm getting lost.
What is the difference between cls and iconCls to change a node icon? Why if i use iconCls nothing happend? Why if i use cls the node dosen't update icon when expanding? -
20 Sep 2007 6:51 AM
- Replies
- 8
- Views
- 4,867
Here an extraction from the Ext.debug.js from the Ext.form.Field object
getValue : function(){
return... -
11 Sep 2007 2:39 AM
Jump to post Thread: ComboBox Reload on Expand by John Holmes
- Replies
- 1
- Views
- 813
nevermind, searching better on the forum i've found analog topic.
sorry!
Results 1 to 25 of 36
