Search Type: Posts; User: Legolas
Search: Search took 0.03 seconds.
-
25 Apr 2013 3:38 AM
- Replies
- 2
- Views
- 116
Thank you for the answer. I tested with version 4.2.1 Beta and the bug is not occurred.
-
24 Apr 2013 10:08 AM
- Replies
- 2
- Views
- 116
Hi everyone,
In my project I use combobox with remote mode. I updated my version for 4.2.0 and the combobox's store is loaded when the field is rendered. Below the description of bug (or possible... -
4 Apr 2013 6:46 AM
- Replies
- 2
- Views
- 255
Hi Rameshlamani, you may use the method collect.
-
1 Apr 2013 6:26 AM
Jump to post Thread: Grid detail view by Legolas
- Replies
- 1
- Views
- 143
Hi timyyo,
You can have 15 fields in your Model and show only 5 column in your Grid. You do not need show all fields of your Model in your Grid, only those who you need.
There are many examples... -
27 Mar 2013 4:03 AM
- Replies
- 10
- Views
- 572
It is stranger, do you used my last example? Because I tested this example in IE8. What is your ext version? Put here the image as was your test.
Other thing is if your CSS file was loaded with the... -
25 Mar 2013 11:05 AM
- Replies
- 4
- Views
- 243
It is too stranger. Do you may create an example for testing?
-
25 Mar 2013 9:53 AM
- Replies
- 5
- Views
- 257
You're welcome.
-
25 Mar 2013 6:27 AM
- Replies
- 4
- Views
- 228
:D
And remember: "The use of fixed IDs is not a good practice" -
25 Mar 2013 6:24 AM
- Replies
- 5
- Views
- 257
alim88, I changed my code for old versions, see in this thread
-
25 Mar 2013 6:21 AM
- Replies
- 6
- Views
- 1,381
alim88, I used the version ExtJS 4.2, I tried in others old version and the event is not fired. So I changed my custom HTMLEditor for supported old versions. See the code below:
... -
25 Mar 2013 4:46 AM
- Replies
- 4
- Views
- 228
Hi Rameshlamani,
The use of fixed IDs is not a good practice, as your example shows. You can use the class Ext.ComponentQuery to rescue your components. So you can get your components through the... -
25 Mar 2013 3:23 AM
- Replies
- 10
- Views
- 572
Esha, I add your code in my example and the combobox field is displayed with disabled style. Below the code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"... -
24 Mar 2013 5:31 AM
- Replies
- 10
- Views
- 572
Esha, can you make me an example of how is implementing.
-
22 Mar 2013 3:26 AM
- Replies
- 10
- Views
- 572
Esha, you add the custom CSS in your file? See the example below:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta... -
21 Mar 2013 10:33 AM
- Replies
- 5
- Views
- 251
You could create a new column subclasses with the attribute "defaultRenderer".
Ext.define('Ext.grid.column.Custom', {
extend: 'Ext.grid.column.Column'
,alias: 'widget.customcolumn'
... -
21 Mar 2013 5:03 AM
- Replies
- 2
- Views
- 162
silveralecs, I do not know for sure. But I think if the component is an container, so that your items will be Clickable.
The main difference between "fireEvent()" and "focus()" are:
The first... -
21 Mar 2013 4:45 AM
- Replies
- 5
- Views
- 257
Hi alim88, see if this thread help you.
-
21 Mar 2013 4:38 AM
- Replies
- 10
- Views
- 572
Hi Esha,
This occurs because of the style used in the CSS class "x-item-disabled" label does turn gray in IE. I always create a CSS class for disabled fields and add the attribute "disabledCls" in... -
15 Mar 2013 10:36 AM
- Replies
- 4
- Views
- 243
Hi evs.saad,
The method getValue returns the seleced value or values in your field. Or in event "select" you may get the value through selected record using the method "get", informing which field... -
13 Mar 2013 3:20 AM
Jump to post Thread: Form submit on Enter by Legolas
- Replies
- 10
- Views
- 19,213
mohaskuar, Why do you need this argument? You need this button to rescue your Form? Because your function "submitLogin()" should have as scope your Form.
I published a post showing how use the class... -
12 Mar 2013 10:10 AM
- Replies
- 2
- Views
- 326
The method "this.getConditionsConditionsGridView()" will return the class with static methods not the component instance.
Do you may create a reference for this component using property refs in your... -
15 Feb 2013 2:51 AM
Jump to post Thread: store remote filter callback by Legolas
- Replies
- 5
- Views
- 503
You're welcome
-
15 Feb 2013 2:08 AM
Jump to post Thread: store remote filter callback by Legolas
- Replies
- 5
- Views
- 503
Hello bozzoz,
If your error message is included in the response object, you can rescue the returned object through the property "rawData" of class Ext.data.reader.Json. For example:
... -
6 Feb 2013 2:24 AM
- Replies
- 4
- Views
- 416
:)) I use sometimes when I do not understand the doubt
I never used flexigrid and codeigniter, but do try to use the Sencha example: Custom Grid Filters Example (local filtering) change this to... -
5 Feb 2013 3:15 AM
- Replies
- 4
- Views
- 416
Hi himono_onna,
Your data is being filtered local and not remote because the property local is true in your plugin cfg. In this case you should change the value in property local to false. So the...
Results 1 to 25 of 55
