Search Type: Posts; User: flamant
Search: Search took 0.03 seconds.
-
17 Dec 2012 7:32 AM
- Replies
- 2
- Views
- 399
I found furthermore that the request doen't even go trough or reach the server side
-
17 Dec 2012 6:11 AM
- Replies
- 2
- Views
- 399
Hi,
I have a request to reset a password
form.timeout = 0;
form.submit({
url:actionUrl(resetPassword),
... -
7 Dec 2012 3:18 AM
- Replies
- 1
- Views
- 286
Hi,
I have a Ext.Panel with a cls configs property that I set with a value (a class that set a css z-index style)
Nevertheless inspecting firebug I cannot find the cls or style configs... -
30 Oct 2012 4:30 AM
- Replies
- 0
- Views
- 131
Hi,
I succeeded in limiting character encoding in TextField by setting the autoCreate property
autoCreate: { tag:'input', autocomplete:'off', maxlength: ((field.fldSize == 0) ? 2000 :... -
17 Sep 2012 8:11 AM
- Replies
- 1
- Views
- 473
Hi,
I have a form with fields and a button to save the screen.
When I change the value of a date Field for example and then click on save button, the change handler of the date field is fired ... -
12 Sep 2012 2:47 AM
- Replies
- 2
- Views
- 918
Hi,
I have a strange error that appears on the login page while nothing has been changed in the file
TypeError: g.body is null
The login page is -
26 Jul 2012 8:03 AM
- Replies
- 1
- Views
- 252
Hi,
I solved this by putting a unique class "readonlyMessageOnField " -
26 Jul 2012 7:38 AM
Jump to post Thread: question about a syntax error by flamant
- Replies
- 1
- Views
- 557
Hi,
we want to prevent the browser from logging on different browser tab because it will be the same session
So we have a random number placed in the session within the controller that send back... -
26 Jul 2012 2:35 AM
- Replies
- 1
- Views
- 252
Hi,
I use the following ccs class
input.readonly.messageOnField {
background-color: #E8E8E8 !important;
background-repeat: no-repeat !important;
background-position: 0 0... -
25 Jul 2012 10:10 PM
- Replies
- 4
- Views
- 725
Hi Scott, very nice from you to answer me
I use extjs 3.4
In the following screen shot the first screen shot is showing the menu at first display, I click on the first menu item to go to the... -
25 Jul 2012 11:34 AM
- Replies
- 4
- Views
- 725
Hi,
I put enableOverflow=true on a toolbar.
On first display the overflow trigger is shown and I can have a vertical menu, but when I execute one action of the toolbar the overflow disapear.... -
23 Jul 2012 11:29 AM
- Replies
- 3
- Views
- 1,017
Hi,
i can extract the jsessionid from the page request
var jsessionid = document.location.href.split("=")[1];
but I don't know how to put it in Ext.tree.TreeLoader request
I tried
url:... -
23 Jul 2012 10:32 AM
- Replies
- 3
- Views
- 1,017
Hi,
I forgot to say that the request that is failing is managed by Ext.tree.TreeLoader -
23 Jul 2012 9:17 AM
- Replies
- 3
- Views
- 1,017
Hi
we work with java-Spring-extjs
We need to have 2 different session each time we connect on the same browser on different tab or window
we have found a way to have different session on the the... -
1 Jul 2012 11:42 PM
- Replies
- 2
- Views
- 687
Hi Scott and thank you for your answer
I found the issue.
In fact there is a label linked to the checkbox and by default, the content of this label is " ". On the browser this label is a... -
1 Jul 2012 1:01 AM
- Replies
- 2
- Views
- 687
Hi,
I have a very stange issue
I have a dozen checkbox. Sometimes when I check one (checkbox CHECK1) and afterwards I check the next one (checkbox CHECK2), CHECK2 is not checked and CHECK1 is... -
26 Jun 2012 6:36 AM
- Replies
- 3
- Views
- 684
The strange thing is when I make a Ext.getCmp('ITEM1ID) in firebug, I can see additionalCls: 'x-abs-layout-item' but this cls doesn't appear in the page (in the dom element). When I add this cls...
-
26 Jun 2012 5:35 AM
- Replies
- 3
- Views
- 684
Hi, Scott and thank-you for your answer,
I had to change the code and now i have the same issue
I have a fieldset FIEDSET that contains the item ITEM1
and the following container
var... -
22 Jun 2012 1:33 AM
- Replies
- 3
- Views
- 684
Hi,
I have a fieldset FIELDSET1 where I have two items with absolute layout
When I add an intermediate fieldset FIELDSET2 inside FIELDSET1 with the two items in FIELDSET2 with absolute layout... -
8 Jun 2012 1:51 AM
- Replies
- 1
- Views
- 465
Hi,
When I change the style property of a tag (for example 'div') to style=" bla bla bla; cursor: move;" in firebug it doesn't even take it into account. I haven't the 'move' cursor
I am... -
6 Jun 2012 11:21 PM
Jump to post Thread: Ext.resizer.Resizer input text by flamant
- Replies
- 1
- Views
- 461
Hi cesarwbr,
I have the same problem. Have you found a solution ? -
6 Jun 2012 12:21 PM
- Replies
- 1
- Views
- 465
Hi,
I implemented a drag-drop operation on
1) fields as combo, textfield, dateField
2) label
3) fieldSet
I would like to have a hand cursor on mouseover of all the items (the three types of... -
5 Jun 2012 12:26 AM
- Replies
- 3
- Views
- 782
Hi Scott,
sorry to answer so late, I was very busy these days
I have a fiedSet where I put the "resizable" property to true
inside that fieldset, I have a set of fields where I also put... -
30 May 2012 1:43 AM
- Replies
- 1
- Views
- 318
Hi,
in extjs4 how to get or set pageX and pageY. Theses property existed in extjs 3 but not in extjs 4
Thank you in advance for your answers -
29 May 2012 10:34 PM
- Replies
- 1
- Views
- 596
Hi,
I have fields on a page that can be moved (dragged) and resized with the mouse.
The problem is when I drag or resize fields, when I click on the mouse (to drag or resize), the fields position...
Results 1 to 25 of 120
