Search Type: Posts; User: cnicolas
Search: Search took 0.01 seconds.
-
23 Sep 2012 5:47 AM
Jump to post Thread: Change close Window icon by cnicolas
- Replies
- 2
- Views
- 599
Ok, the solution is to redefine backround image for .x-tool-close css element
Thank fro your help -
22 Sep 2012 3:30 AM
Jump to post Thread: Change close Window icon by cnicolas
- Replies
- 2
- Views
- 599
Please, how I can change apparence of the close icon on a specific Window ( the small X on top right) ?
Thank for your help. -
1 Feb 2012 4:54 AM
- Replies
- 192
- Views
- 94,129
Hi !
When gridFilter is active, how I can retrieve the number of filtered rows in my store and if a specific record is filtered ?
Thank for your help. -
27 Sep 2011 1:52 AM
- Replies
- 0
- Views
- 298
Hi,
I add a personal grid extend and I wish to add plugins to it by using initPlugin
This code work for one plugin (rowEditor in the example) :
My.Grid=Ext.extend(Ext.grid.GridPanel,{
... -
12 Sep 2010 3:55 AM
- Replies
- 2
- Views
- 759
Thank's Condor,
The code
items:[myDiv] worked in 3.0 but it was effectively incorrect. -
11 Sep 2010 12:19 PM
- Replies
- 2
- Views
- 759
Hi,
I'am currently migrating from Extjs 3.0 to 3.2.1
This code work nice with 3.0 :
var myDiv = new Ext.Element(document.createElement('div'));
myDiv.update('Hello World');
var myWin=new... -
9 Sep 2010 11:23 PM
- Replies
- 10
- Views
- 1,858
Condor, you're great. The spellcheck=false in getDocMarkup work nice. Not so obvious...
Thank's again -
9 Sep 2010 6:29 AM
- Replies
- 10
- Views
- 1,858
Thank's Condor, but spellcheck=false doesn't work whith htmleditor :
var editor = new Ext.form.HtmlEditor({
renderTo:Ext.getBody(),
autoCreate: {
tag: "textarea",
style:... -
9 Sep 2010 4:15 AM
- Replies
- 10
- Views
- 1,858
Can you be more explicit please ? I am not an expert in ExtJS. An example would be a good idea.
Thank for your help -
9 Sep 2010 1:18 AM
- Replies
- 10
- Views
- 1,858
Hi,
With Firefox, a spellchecking is by default activated in textareas, and so in HtmlEditor
In a standard TextArea, in can disable spellcheck by adding spellsheck:false in the autoCreate... -
8 Sep 2010 12:05 AM
Jump to post Thread: Drag & drop into a textarea by cnicolas
- Replies
- 0
- Views
- 515
I whish to drag a tree node into a text area, inserting the node value as a new word into the text (and not deleting existing text)
Does anyone have an example of this ?
Thank's for your help. -
1 Mar 2010 6:09 AM
- Replies
- 192
- Views
- 94,129
Hi !
How it is possible to access directly to the filter menu, without show the standard hdmenu (with sorting and columns entries).
If I put enableHdMenu to false on my grid, the filter menu is... -
27 Jan 2010 4:50 AM
Jump to post Thread: Changing cls of a ComboBox by cnicolas
- Replies
- 0
- Views
- 851
Hi,
How I can change the cls (css of the field's underlying element) of a comboBox with a data.store value on any Select ?
The code below doesn't work :
var myCombo=new Ext.form.ComboBox({... -
29 Nov 2009 6:12 AM
- Replies
- 2
- Views
- 1,308
OK, I have modified my code for RowEditor and it's better :
<html><head>
<script type="text/javascript" src="../ext/adapter/ext/ext-base.js"></script>
<script type="text/javascript"... -
28 Nov 2009 4:41 AM
- Replies
- 2
- Views
- 1,308
Hi,
I have a problem whith Enter key and confirm box when updating an EditorGridPanel.
This simple code illustrate it :
<html><head>
<script type="text/javascript"... -
19 Nov 2009 4:40 AM
Jump to post Thread: Data.store load delay by cnicolas
- Replies
- 3
- Views
- 1,246
OK, I have the solution.
Thanls for your help... -
17 Nov 2009 3:01 AM
Jump to post Thread: Data.store load delay by cnicolas
- Replies
- 3
- Views
- 1,246
I have a problem whith this simple code :
Ext.onReady(function(){
var MyStore=new Ext.data.Store({
proxy:new Ext.data.HttpProxy({url:'query.php',method:'POST'}),
reader:new... -
14 Aug 2009 3:19 AM
- Replies
- 1
- Views
- 1,013
I have the same problem.
If someone have an idea... -
13 Aug 2009 10:47 PM
- Replies
- 3
- Views
- 1,323
Thank for your help
With 2.0.2 the first row is correctly selected with the listener on the datastore :
listeners:{'load':function(){grid.getSelectionModel().selectFirstRow();}}But this method... -
5 Aug 2009 2:38 PM
- Replies
- 3
- Views
- 1,323
Hi !
I'am a newbie with ExtJS and I have a question.
If I define a grid as GridPanel :
var grid = new Ext.grid.GridPanel({
...
});
I can add :
grid.render();
Results 1 to 20 of 20
