ludoo

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • in reply to: REST support #97195
    ludoo
    Participant

    Thanks for really useful informations ans links !

    But i don't find where the methods PUT, POST, DELETE, GET are set depending on CRUD operation.

    And i encountered a JSON conversion mapping since JSON should be strong typed and grid always returns String (“true” instead true…)

    Regards

    LudoO

    in reply to: scope conflict – formedit / global var rp_ge #97194
    ludoo
    Participant

    Thanks for fast answer,

    Oh yes, in compiled source, it is enclosed in correct scope (i looked in src code).

    global is probably not the good term, but there is really a conflict with tihs variable.

    This is my case :

    the user edit a row in a grid A.

    The edit form has a link to open another dialog box with a grid B.

    grid B has edit capabilities too.

    just open this last edit form.

    Close edit form, close grid B box,

    in reply to: scope conflict – formedit / global var rp_ge #97191
    ludoo
    Participant

    As a workaround, it seems that removing global and set local var rp_ge works !

    in grid.formedit.js

    line 10

    //var rp_ge = null;

    line 342 in editGridRow :

    var rp_ge = p; //rp_ge = p;

    line 1475 in delGridRow

Viewing 3 replies - 1 through 3 (of 3 total)

Stay connected with us in your favorite flavor!