Search Type: Posts; User: marc123

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. 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%',
  2. No, it looks as if using a listener property on an instance blocks execution of the listeners on the baseclass.
  3. 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.
    ...
  4. 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...
  5. Replies
    834
    Views
    313,233
    use the timefield config option 'increment'
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. Hi Marc,

    I'd add this for the 2 rowcolumns (note the value for the validate property):


    ,{
    xtype: 'datecolumn',
    name: 'startValidityDate',...
  11. 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...
  12. 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...
  13. 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...
  14. Ok, I sent a column "Password" with a fake password so the submit contains the password value entered by user.
  15. 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"...
  16. 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,...
  17. A tooltip is not what I mean with 'helpIcon'.
  18. 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...
  19. Ok, what Ext class allows for rendering of a html bulleted list?
  20. 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...
  21. 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...
  22. 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...
  23. 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
  24. 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)....
  25. 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
Page 1 of 2 1 2