Search Type: Posts; User: i.stojanovic
Search: Search took 0.03 seconds.
-
21 May 2013 5:27 AM
- Replies
- 2
- Views
- 202
Problem:
ExtJS 4.2 hide hidden field, but don't hide table that surrounds the field.
Solution:
In your css file put
.x-form-item-hidden { display:none; }
This CSS is in style attribute of... -
17 May 2013 2:04 AM
- Replies
- 5
- Views
- 514
I found the solution
Here I will indicate the changes that need to be made in Ext-all and Ext-all-debug documents to rowexpander working.
The ext-all-debug line in 114752 is needed instead
... -
16 May 2013 2:42 PM
- Replies
- 5
- Views
- 514
Hi,
In version 4.2 demo does not work properly.
colspan decreases and details narrows by one column to the right with each new main row
post withs same problem:... -
8 Apr 2013 11:13 PM
- Replies
- 5
- Views
- 3,463
Yes.
You can also use beforeselect and itemdblclick combination.
It is important not to use itemclick and itemdblclick, because each dblclick creates 2x click,
while select (or beforeselect)... -
4 Feb 2013 8:21 AM
- Replies
- 5
- Views
- 3,463
You don't need to use itemclick and itemdblclick events.
Use select and itemdblclick events -
4 Feb 2013 8:20 AM
- Replies
- 8
- Views
- 1,640
You don't need to use itemclick and itemdblclick events.
Use select and itemdblclick events -
9 Nov 2012 2:32 AM
- Replies
- 4
- Views
- 810
Try:
phpStore.loadPage(1); // reload store and jump to first page on grid
phpStore.loadPage(phpStore.currentPage); // reload store and stay on current page -
3 Nov 2012 4:50 PM
Jump to post Thread: Extjs Plugin For Eclipse by i.stojanovic
- Replies
- 19
- Views
- 13,251
I vote for standalone version
-
24 Feb 2012 7:18 AM
Jump to post Thread: Ext.ux.form.PasswordMeter by i.stojanovic
- Replies
- 8
- Views
- 3,038
Do you have some implementation examle?
-
1 Feb 2012 7:27 AM
- Replies
- 4
- Views
- 1,301
I try Opera,Chrome, IE and only FF have problem with this!!!
-
18 Dec 2011 3:12 PM
- Replies
- 1
- Views
- 865
Ext version tested:
Ext 4.0.7
Browser versions tested against:
FireFox 8 (Windows) -
8 Dec 2011 5:15 AM
- Replies
- 3
- Views
- 1,096
Hi,
I create my own validate class and works fine in Opera:
Create adv-vtypes.js file
/*
Work in ExtJS 4 -
8 Dec 2011 4:50 AM
- Replies
- 3
- Views
- 1,096
I have same problem, FireFox work fine, but Opera block cursor keys.
If textfield have vtype atribute, cursors left/right/backspace not works.
Without vtype, everithing works fine.
???
... -
13 Oct 2011 4:16 AM
- Replies
- 15
- Views
- 24,814
Hi,
If you want to change the label in ExtJS 4, here are solutions
Ext.override(Ext.form.Field, {
setFieldLabel : function(text) {
if (this.rendered)... -
7 Aug 2011 2:29 PM
- Replies
- 3
- Views
- 1,850
Hi,
There is no option that will automatically forward the changes.
It is necessary to add a button that will process and forward the grid changes
The steps are as follows:
Check... -
23 Jun 2011 4:40 AM
Jump to post Thread: TabPanel tab title editor by i.stojanovic
- Replies
- 16
- Views
- 6,921
How to apply this plugin on ExtJS 4?
Thanks -
6 May 2011 1:35 AM
- Replies
- 2
- Views
- 3,644
Hi,
ExtJS 4 has changed the way of displaying icons in the grid header.
In the version 3 was necessary, within the definition of columns, to define the ID for the column, for example. id:... -
12 Feb 2011 12:23 AM
- Replies
- 623
- Views
- 216,611
Hi again,
I found solution:
1. in Ext.ux.form.LovCombo.css add this
.ux-lovcombo-level--1 { font-weight:bold; } /* category level */
.ux-lovcombo-level-0 {... -
11 Feb 2011 1:32 PM
- Replies
- 623
- Views
- 216,611
How to organize lovcombo list as tree?
I need list with categories (bold or some other style) and subcategories (left padding 20px).
I try to set html tags on element (category work with<b> tag),...
Results 1 to 19 of 19
