Search Type: Posts; User: issameddine
Search: Search took 0.02 seconds.
-
7 Jun 2011 3:02 AM
- Replies
- 465
- Views
- 238,880
Hi
When I resize grid, I have a problem in scroll height because the header height is modified. (see screanShoot)
I resolve it in "onLayout" function
onLayout: function(vw, vh){
... -
17 Dec 2010 6:56 AM
Jump to post Thread: Botton align in form by issameddine
- Replies
- 0
- Views
- 431
Hello
I have a text field and a button in a form, I put in two columns and I want them to be lined up.
{
items : Designation,
layout ... -
7 Oct 2010 7:45 AM
- Replies
- 36
- Views
- 10,066
Hello
in this version I fixed two problems:
1. Copying titles of headers
2. Detect the change of the order of columns. -
24 Sep 2010 5:00 AM
- Replies
- 2
- Views
- 598
{
id:'leftpanel',
region:'center',
layout : 'fit',
items:[search_formpanel,grid]
} -
24 Sep 2010 4:53 AM
- Replies
- 36
- Views
- 10,066
Hi
I can't use it with ext2.0? -
22 Sep 2010 1:05 AM
Jump to post Thread: Email validation by issameddine
- Replies
- 2
- Views
- 778
the problem is when i write the email, but in extjs demo, the problem does not exist.
-
21 Sep 2010 6:31 AM
Jump to post Thread: Email validation by issameddine
- Replies
- 2
- Views
- 778
Hi
I use a textField to put an email, but when the email length is great, there will be blocking Internet Explorer
new Ext.form.TextField ({
value : '',
vtype :... -
9 Sep 2010 4:48 AM
- Replies
- 1
- Views
- 748
I found the solution
Ext.override (Ext.grid.CheckboxSelectionModel, {
onMouseDown : function(e, t){
if(e.button === 0 /*&& t.className ==... -
9 Sep 2010 12:50 AM
- Replies
- 1
- Views
- 748
Hi
I have with checkboxSelectionModel, i select rows by clicking the checkbox. when I select another row without clicking on the checkbox, I lose the entire selection. -
22 Jul 2010 2:31 AM
- Replies
- 1
- Views
- 447
Hello
Among the data of the ComboBox, I have a line with the value "Alabama<sss. " When I chose this line, the display is correct. but when I open the list, the part following the less than operator... -
14 Jul 2010 7:24 AM
- Replies
- 2
- Views
- 769
Hello
I found the solution in this thread
http://extjs.com/forum/showthread.php?t=33475&page=2
Thanks -
13 Jul 2010 7:52 AM
- Replies
- 2
- Views
- 769
Hello
In the case of several columns in the grid, the list of columns in the menu does not appear completely. I'm looking for a solution to divide the list into two columns.
Thanks -
8 Jul 2010 4:33 AM
- Replies
- 10
- Views
- 4,730
I finally found the solution thank you very much
-
30 Jun 2010 1:09 AM
Jump to post Thread: "<" Operator in grid by issameddine
- Replies
- 1
- Views
- 475
I used the example provided with the library ExtJS "extjs2.2.1 \ examples \ grid". I change the name of the Companies "3m Co" becomes "3m <a Co" by publishing the page I display an error, the rest...
-
1 Jun 2010 3:08 AM
- Replies
- 2
- Views
- 872
Hello
tries without using the x and y properties -
19 May 2010 3:14 AM
- Replies
- 13
- Views
- 1,810
Hello
did you give a width to ur grid? -
19 May 2010 2:41 AM
Jump to post Thread: 2.2 documentation by issameddine
- Replies
- 2
- Views
- 700
hello
u can download v2.3 from this link http://www.extjs.com/products/js/download.php -
18 May 2010 4:36 AM
- Replies
- 3
- Views
- 1,130
Hello
u can see this thread http://www.extjs.com/forum/showthread.php?18886-Require-EXTJS-sample-code-to-Refresh-the-Grid-on-button-click -
18 May 2010 2:41 AM
- Replies
- 8
- Views
- 899
Hello
what do you mean with "pages rendered according to selection of tab".
is that each page in a tab? -
18 May 2010 1:18 AM
- Replies
- 8
- Views
- 899
hello
why you want to use autoload, puts the grid directly into your panel
var items = [
{ name: 'name' },
{ name: 'created_at' },
{ name: 'updated_at' }
] -
17 May 2010 11:33 PM
- Replies
- 13
- Views
- 1,810
Hello
add "autoExpandColumn" to ur grid -
17 May 2010 6:28 AM
- Replies
- 8
- Views
- 899
Hello
welcome to the ExtJS, do you use an ExtJS grid? -
17 May 2010 4:22 AM
Jump to post Thread: editor chekbox in a grid by issameddine
- Replies
- 5
- Views
- 640
So you can use "Ext.grid.CheckboxSelectionModel"
-
17 May 2010 2:22 AM
Jump to post Thread: Icon button display correctly by issameddine
- Replies
- 3
- Views
- 687
u can use "icon" property
new Ext.Button (
{
icon : /*the path of ur image*/,
cls :"x-btn-icon"
}); -
17 May 2010 1:39 AM
Jump to post Thread: editor chekbox in a grid by issameddine
- Replies
- 5
- Views
- 640
Hello
What do you want to do with it, is to mark the line? if yes, u can use "Ext.grid.CheckboxSelectionModel"
Results 1 to 25 of 120
