Search Type: Posts; User: MarkusL

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    556
    It is possible, but you have to use Ext.QuickTips:



    {
    xtype: 'compositefield',
    fieldLabel: 'I am the label',
    items: [ ... whatever ... ],
    listeners: {
    'render': function(c){
  2. Any news? This is still open in the 4.2 beta version :-(
  3. Note: this does not work, if the panel is to be a child item of a container (i.e. the renderTo property is empty), because then panel is not rendered upon creating it.

    In this case add the...
  4. All elements I drag to an absolutely layouted form are inserted at [0, 0].
    Why not insert them at the position where I release the mouse button?
  5. <SHIFT>+<Delete> to cut does not work either.
  6. Each and every application I know pastes the clipboard contents into an edit field when I press <SHIFT>+<INSERT>, serving as an equivalent to <CTRL>+<V>.

    The Architect toggles insert/overwrite...
  7. Replies
    2
    Views
    1,155
    Available since the 412 build, thanks a lot.
  8. Replies
    2
    Views
    1,155
    How can I add a horizontal separator to an ExtJS menu using Architect?

    Although there is a "separator" in the toolbox I cannot drop it onto an existing menu.

    Hand coded the job is easily done:...
  9. I localized the problem. Someone added this code to our application css for some reason:

    .ext-el-mask{
    z-index: auto !important;
    }


    This completely messes up the z-index handling...
  10. Unfortunately I did not find any threads concerning this problem, so I'll post it here. There seems to be a bug in ExtJS 3.4 when masking document.body by opening a modal window when the background...
  11. Why do I get the error message mentioned here using ExtJS 3.3.1? The file .\src\widgets\grid\ColumnModel.js contains just the source lines which are supposed to have been fixed?! As soon as I...
  12. Replies
    19
    Views
    5,921
    Thanks for your help, but you have to escape the thousandsSeparator to get a valid regexp:


    var replacer = new RegExp('\\'+this.currencyConfig.thousandsSeparator,'g');
  13. Replies
    19
    Views
    5,921
    Hi!

    There are two problems with v02 of the plugin:


    values larger than 999999 don't work. When editing or during getValues() only ONE thousands separator is removed. Result: 1.000.500,50 €...
  14. Replies
    14
    Views
    3,636
    I just use the CheckColumn-Class provided by the framework (see .\examples\ux\CheckColumn.js).

    In order to make it "readonly" you have to derive your own class and just overwrite the event...
Results 1 to 14 of 14