Search Type: Posts; User: lfs2008

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Hi all!


    I have such a button handler in Extjs 4.1.0 controller.


    Restful store is already loaded.
    If i start editing any record - it works fine.
    If i add emptyRecord to non-empty store...
  2. please see http://wap7.ru/folio/ext-reuseable-store/TE.html

    boot .js
  3. no, if i remove 'Store' from caontroller where i need it, data are not filled.
  4. No. it does not work
    See my code here http://wap7.ru/folio/ext-reuseable-store/TE.html
  5. Hello all.
    I am working on extjs 4 MVC application.




    Application runs the Viewport, which contains tabpanel.
    Each tab has own controller and multiple views.
  6. Replies
    2
    Views
    628
    thanks
  7. Replies
    2
    Views
    628
    Hi all!

    Ia m having an issue with Proxy configured in Model.

    You can find example here http://wap7.ru/folio/ext-model-proxy/index.html?debug


    Ext.onReady(function () {
  8. The problem is:
    when i configure Proxy in store, attach it to grid and set store autoload:true - it works fine.
    when i configure Proxy in model, attach it to grid and set store autoload:true -...
  9. Please explain core difference between Proxy configured in model and Proxy configured in store.

    Both classes have getProxy() method

    When should i prefer first or second approach?

    Thanks
  10. Replies
    3
    Views
    790
    Thanks a lot!
    i put your code in Ext.onReady()..

    bot i got an error


    Uncaught TypeError: Cannot read property 'AbstractView' of undefined

    weird thing is - i do a lot of other overrides...
  11. Replies
    3
    Views
    790
    i am having extjs GridPanel


    when i load store:


    I do Ext.getBody().mask();


    Grid 'afterrender' event fires first
  12. Hi all!
    I am trying to create remote multi sort.




    fields are separated by comma.
    MINUS stands for DESC
    EXAMPLE localhost:8080/api/?sort=id,-externalId&page=1&start=0&limit=200
    headerclick...
  13. yep, i use rejectChanges method manually.

    i wonder if there a config like : "to do rejectChanges automatically on exception"

    thanks
  14. I have Ext.data.TreeStore which works with restful proxy.

    And i ran into an issue:

    My steps are:

    1. i am tryting to delete a record which cannot be deleted (locked).
    2. i am getting...
  15. Replies
    2
    Views
    1,558
    Thanks.
    Is there a way to contribute fixed example to official demo?

    Who should i contact?
  16. Replies
    2
    Views
    1,558
    Hi all!
    I ran into an issue with official Rest Proxy Example row editor validation.
    (Basically there is no validation, one can create empty Users )...
  17. made my fix here

    Issued fixed:

    Model validation bound with Ext.grid.plugin.RowEditing (no empty fields allowed, email validation)
    Error messages displayed properly
    Only one new User form...
  18. http://www.diloc.de/blog/2011/05/05/extjs4-form-validation-via-model-binding/
    found fine decision here
  19. Rest Proxy Example http://docs.sencha.com/ext-js/4-0/#!/example/restful/restful.html
    Ext.grid.plugin.RowEditing ignores validations.
    I can save non-valid and even empty values.
    Why is it so?


    ...
  20. is it correct - for now user have only overall option - to set
    defaultSortable: false ?

    isn`t it a bug?
  21. Original example is http://dev.sencha.com/deploy/ext-3.4.0/examples/treegrid/treegrid.html

    My goal is - to to disable 'Duration' column sorting

    but sortable: false prop is ignored somehow
    ...
  22. update record calls form.getFieldValues()

    it uses this.items

    and my component is not there.
  23. thanks.

    i am overriding updateRecord() now.

    But my idea is - to make Grid Component automatically observable by Form somehow and use getValue() method internally with no updateRecord hacks
  24. hi all!

    I would like to use Customised TreeGrid as form component
    I wrote TreeGrid.getValues() method based on chekboxes and inputs,
    but since it has GridView as proto - realisation seems ...
  25. hi all!

    i would like to use TreeGrid as form component

    but since it has GridView as proto realisation seems vague to me

    here is the link

    http://wap7.ru/folio/crud/PiggybackManager.html
Results 1 to 25 of 41
Page 1 of 2 1 2