Search Type: Posts; User: PSB
Search: Search took 0.03 seconds.
-
31 Oct 2012 12:06 AM
Jump to post Thread: datefield in format "m.Y" by PSB
- Replies
- 1
- Views
- 250
Hi Ext Team!
1. I have a datefield in my project:
xtype: "datefield",
name: "order_expectedDate",
fieldLabel: "Budget date",
width: 255,
format: (order_type != 5 && order_type != 7) ?... -
22 Jul 2012 10:48 AM
Jump to post Thread: Store.filter doesn't add parameters by PSB
- Replies
- 3
- Views
- 763
try this:
var d_filters = [];
Ext.Array.include(d_filters, new Ext.util.Filter({property : search_field, value: filter_value}));
Ext.getStore(MDSPicker.id+"_store").filter(d_filters);... -
22 Jul 2012 10:43 AM
Jump to post Thread: Store.filter : Not working by PSB
- Replies
- 9
- Views
- 638
try this:
var d_filters = [];
Ext.Array.include(d_filters, new Ext.util.Filter({property : search_field, value: filter_value}));
Ext.getStore(MDSPicker.id+"_store").filter(d_filters);... -
16 Jul 2012 5:47 AM
Jump to post Thread: How use custom config? by PSB
- Replies
- 3
- Views
- 589
Work on this combination:
Picker class:
var assignedTo_picker = Ext.create("TouchControl.view.MainMenu_DMSPicker",{
modelCfg: {
idProperty: "user_login",
fields: [{
... -
16 Jul 2012 5:23 AM
Jump to post Thread: How use custom config? by PSB
- Replies
- 3
- Views
- 589
I want to use custom property during initialization.
See above under "Picker class" -
16 Jul 2012 4:10 AM
Jump to post Thread: How use custom config? by PSB
- Replies
- 3
- Views
- 589
Example:
Picker class
Ext.define('TouchControl.view.MainMenu_DMSPicker', {
extend: 'Ext.picker.Picker',
config: {
............................
}, -
15 Jul 2012 2:19 AM
Jump to post Thread: How set default value in form? by PSB
- Replies
- 3
- Views
- 529
BUMP!!!
need set dynamic width:
width: if(a==1)? 100 : 200
Architect convert this in text:
width: 'if(a==1)? 100 : 200' -
12 Jun 2012 9:14 AM
Jump to post Thread: How set default value in form? by PSB
- Replies
- 3
- Views
- 529
I need to set default value in form field in Architect 2:
In datetime field - new Date();
In textfield field - Ext.getStore("Application_store").getCookie("user_login");
...But Architect... -
25 Oct 2011 7:39 AM
- Replies
- 2
- Views
- 986
editor: {
xtype: "button",
text: "button",
iconCls: "toolbar_search16",
handler: function () { -
10 Jun 2011 2:58 AM
- Replies
- 7
- Views
- 1,203
+1
-
1 Jun 2011 1:07 AM
Jump to post Thread: Form.load with JSONP by PSB
- Replies
- 0
- Views
- 392
Hi, help me please in this question:
How use JSONP in form actions?
I try this code:
form.getForm().load({
url: Ext.state.Manager.get("MVC_url") + "/Order/Get/" +... -
19 May 2011 11:41 PM
- Replies
- 3
- Views
- 1,569
+1. Help please!
me["onBeforeItem" + map[newType]] is not a function
http://localhost:63907/Application/Lib/ext-4.0.1/ext-all-debug.js
Line 66872 -
4 May 2011 12:59 PM
Jump to post Thread: long text in grid cell by PSB
- Replies
- 12
- Views
- 4,016
BUMP
-
3 May 2011 8:41 AM
- Replies
- 2
- Views
- 582
Evan, why plug-in modifies non editable field after click save-button?
bug works only when using:
renderer: function (v) { return Ext.util.Format.number(v, "0.0,00"); } }
test simple... -
2 May 2011 5:13 AM
- Replies
- 2
- Views
- 582
some screen....
-
28 Apr 2011 12:32 PM
- Replies
- 2
- Views
- 1,334
evant, thanks for answer!
... You can see where some see a temporary solution? :( -
28 Apr 2011 11:24 AM
- Replies
- 2
- Views
- 1,334
CODE:
Ext.create('Ext.window.Window', {
title: 'Hello',
height: 200,
width: 400,
layout: 'fit',
items: {
xtype: 'grid', -
6 Apr 2011 3:18 AM
Jump to post Thread: long text in grid cell by PSB
- Replies
- 12
- Views
- 4,016
EXT Team, we believe in you! ;)
-
5 Apr 2011 8:00 AM
Jump to post Thread: long text in grid cell by PSB
- Replies
- 12
- Views
- 4,016
...but its global changes (
...and after hide this column - grid looks horrible
Who know other ideas how to solve this problem? :-/ -
5 Apr 2011 2:02 AM
Jump to post Thread: What can replace Ext.Loader.load() by PSB
- Replies
- 10
- Views
- 2,056
this.Order_Form = Ext.create("JS.Order_Form", {
someProperty: 'something'
}, function () {
alert("OK");
});
Order_Form.js -
4 Apr 2011 7:01 AM
Jump to post Thread: What can replace Ext.Loader.load() by PSB
- Replies
- 10
- Views
- 2,056
this.Order_Form = Ext.create("JS/Order_Form", {
someProperty: 'something'
}, function () {
alert("OK");
}); -
4 Apr 2011 1:21 AM
Jump to post Thread: What can replace Ext.Loader.load() by PSB
- Replies
- 10
- Views
- 2,056
Ext Team, please help in this question. How load custom JS files that not includes a Ext class? Thanks!
-
2 Apr 2011 2:47 AM
Jump to post Thread: Use image map in button by PSB
- Replies
- 7
- Views
- 1,650
I think xbutton class is not compatible for this operations...
-
1 Apr 2011 12:39 AM
Jump to post Thread: autoHeight GridPanel by PSB
- Replies
- 3
- Views
- 633
UP :(
-
1 Apr 2011 12:38 AM
Jump to post Thread: Use image map in button by PSB
- Replies
- 7
- Views
- 1,650
please help :((
Results 1 to 25 of 77
