Search Type: Posts; User: marc123
Search: Search took 0.03 seconds.
-
17 Dec 2012 2:33 AM
Jump to post Thread: Unable to display tooltip by marc123
- Replies
- 1
- Views
- 198
Hello,
I am unable to display a tooltip on a displayfield.
Here's my code:
application.view.dossier_PortXCSFieldsMapping = new Ext.Panel({
anchor: '100% 50%', -
4 Dec 2012 2:42 PM
- Replies
- 2
- Views
- 411
No, it looks as if using a listener property on an instance blocks execution of the listeners on the baseclass.
-
3 Dec 2012 8:55 AM
- Replies
- 2
- Views
- 411
Hello,
I am working with an Ext Js 3.4 application and encounter an issue when listeners of a parent class don't get executed when an instance of that class has also listeners defined on them.
... -
27 Nov 2012 7:21 AM
- Replies
- 1
- Views
- 172
Hello,
I use Ext 3.4 and have a gridpanel. It uses the RowSelectionModel. So when I doubleclick a row, the data cells are being transformed into textfields. The text in the editable cells changes... -
19 Nov 2012 5:36 AM
Jump to post Thread: [new version] DateTime Field by marc123
- Replies
- 834
- Views
- 313,233
use the timefield config option 'increment'
-
19 Nov 2012 5:15 AM
Jump to post Thread: [new version] DateTime Field by marc123
- Replies
- 834
- Views
- 313,233
Hi,
I use Sakalos' xdatetime plugin version 2.0. When opening the timefield with the trigger I can select timevalues each 15 minutes so I can select 15:00:00, 15:15:00 etc.
But I want to be able... -
25 Oct 2012 6:24 AM
Jump to post Thread: msgTarget: 'under' ignored by marc123
- Replies
- 1
- Views
- 269
Hi,
I have a formpanel with several numberfields. The first numberfield in the form obeys the msgTarget: 'under' attribute: if I enter an incorrect value an error message is displayed _under_ the... -
12 Oct 2012 3:20 AM
Jump to post Thread: Reload store with dynamic values by marc123
- Replies
- 2
- Views
- 357
Hi,
I have a gridpanel with a paging toolbar. There are 3 pages. There is a timer configured on the gridPanel's dataStore so I can configure the dataStore to perform a reload after nn secs. The... -
25 Sep 2012 4:28 AM
- Replies
- 1
- Views
- 347
Hi,
I have a gridpanel where multiple pages are displayed. I sort on the dateTime column Desc. Within a page sorting is by datetime desc (newest first) - e.g. on page 1 the newest data is in row... -
20 Sep 2012 6:00 AM
- Replies
- 1
- Views
- 638
Hi Marc,
I'd add this for the 2 rowcolumns (note the value for the validate property):
,{
xtype: 'datecolumn',
name: 'startValidityDate',... -
20 Sep 2012 12:49 AM
- Replies
- 1
- Views
- 638
Hi,
I have a Ext.grid.GridPanel containing a column "Valid from" and "Valid To". When editing a row or adding a new row (selection model=rowediting) I want the date in the "Valid To" field to be... -
11 Sep 2012 1:18 AM
- Replies
- 1
- Views
- 325
Hi,
I have a gridpanel displaying server side data using a store. It uses the row selection model. One column contains a dateField. When I doubleclick the row, the fields become editable. The editor... -
7 Sep 2012 8:05 AM
- Replies
- 1
- Views
- 340
Hi,
I have a datefield that submits a datetime value to the server. Problem is, the datetime value is not of type date. This is submitted:
"START_VALIDITY_DATE":"2012-09-07T00:00:00",
The... -
7 Sep 2012 6:22 AM
- Replies
- 1
- Views
- 329
Ok, I sent a column "Password" with a fake password so the submit contains the password value entered by user.
-
7 Sep 2012 5:53 AM
- Replies
- 1
- Views
- 329
Hi,
I have a gridview with users. Each user has a password. When requesting the data from the server to display the grid of users I do not send the passwords. But I do display a column "Password"... -
29 Aug 2012 7:03 AM
Jump to post Thread: display help icon next to button by marc123
- Replies
- 5
- Views
- 548
Hello,
I need an icon of a circle with a question mark in it:http://193.78.83.222:8300/mbakk/hms_denhelder_client/develop/application/images/icons/question.png
If the mouse hovers over this icon,... -
29 Aug 2012 5:29 AM
Jump to post Thread: display help icon next to button by marc123
- Replies
- 5
- Views
- 548
A tooltip is not what I mean with 'helpIcon'.
-
29 Aug 2012 4:48 AM
Jump to post Thread: display help icon next to button by marc123
- Replies
- 5
- Views
- 548
Hello,
I have a button and I want to position a help icon /w helptext (to show on mouseOver) next to it but a Ext.button has no configoption "helptext". An element of type 'compositefield' allows... -
28 Aug 2012 7:06 AM
- Replies
- 5
- Views
- 508
Ok, what Ext class allows for rendering of a html bulleted list?
-
28 Aug 2012 4:53 AM
- Replies
- 5
- Views
- 508
Ok, server returned text displays but not correct:
When the action.result.MESSAGE is
"<ul><li>Erroneous IMO Code: value must be one of INF, IMDG, BC, IBC, IGC or MARPOL_ANNEX1</li><li>Erroneous... -
28 Aug 2012 3:38 AM
- Replies
- 5
- Views
- 508
If I unescape the html characters as the docs say this is my server response:
{"SUCCESS":false,"FILEPATH":"","MESSAGE":"<ul><li>Erroneous IMO Code: value must be one of INF, IMDG, BC, IBC, IGC or... -
28 Aug 2012 3:15 AM
- Replies
- 5
- Views
- 508
Hello,
I have a form where I upload a file (xtype: form, fileUpload: true). The fileupload response is a json object with a key "message". I want to display the value of key message in a... -
29 Jul 2012 11:36 PM
- Replies
- 2
- Views
- 352
I already figured this out:
Have to use jsonp since the domain I request data from is different from the domain I'm from...
Thanks for the help anyway,
Marc -
29 Jul 2012 6:52 AM
- Replies
- 2
- Views
- 352
Hi,
I have a loginForm, containing name/pw fields. As part of a Challenge-Handshake Authentication Protocol I also have a hidden field, the value of which contains random string (the challenge).... -
15 Jul 2012 5:09 AM
- Replies
- 1
- Views
- 434
I should mention that this is a cross-domain post: the domain the form is from is cm.local and the form submits to cms.local...
Results 1 to 25 of 33
