Search Type: Posts; User: Tchinkatchuk

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Hi all,

    I don't know if it is the best place for this question but I can't find a way.
    How could I launch an event (notification I have in my app) when extdirect symfony plugin receive an...
  2. Well done mate !!
  3. Replies
    1
    Views
    173
    Hi all,

    Is there an issue with tree and big volume json.
    I have an issue while reloading my treestore.

    While creating the node, it stops with : Uncaught TypeError: Cannot read property...
  4. This works and not ^^

    The first time i click on a field, the correct field (combo, textarea, ...) is shown.
    But after thaht, all the filed will be the same for the oher cell on the same column...
  5. You're the man !!

    I'll try that as soon as possible. Great !
  6. Hi all,

    I have a grid populating via a store.
    Cell Editing Plugin works fine but edition i always done via a textfield.

    But I would like to specifiy the field to be a checkbox for the row x, a...
  7. NOTICE : I've changed all my code in order to delete the dataview and recreated it with the loaded store in it. This works cause the store is not reload after the dataview call.
    Not the best but...
  8. I do the store load in a controller event method.
    I have a tree.
    I control the itemclick on the nodes

    When a node is clicked, the store is reloaded with the node id parameter.

    I'll try to...
  9. Hi.
    You're right, it could be much easier.

    I'll try to print my code properly and explain the results at the end.

    Here's my panel and dataview file :

    ...
  10. Thx.
    I really thought I've tested it but ... noob style :)
  11. hi @Daniil & thx for the help.

    I have tried your tip but it does not work at all for me.
    Without it, I do not see the drag selector but selection works.
    With the proxy deletion, the selector...
  12. I almost succeed by reassigning the store to the SelectionModel




    /*** Filters are set ***/
    mediasStore.load(
    ...
  13. Hi all,

    I succeed to do the same as the organizer but I need to be able to drag my images to more than one tree.
    But in draggable config :


    ddConfig :
    {
    ...
  14. Any news on this ?

    On my controller method, I have a store load :


    callback: function(records, operation, success)
    {
    this.getMediasDataview().refresh();...
  15. The issue is that I need also 2 differents groups in order to allow drag and drop from grid A to grid B.
    But I also need to drag & drop form B to B.
  16. Hi all,
    Does anyone has a clue on this.

    I forgot to print my controller method


    /*** A node has been moved ***/
    onItemMove: function(aNode, aOldParent,...
  17. Hi folks !

    Did someone has an example with extjs4 ?
    Anyway I will certainly try it and use it for my project. Extjs and Plupload are awesome stuff !!

    Greetings to their teams !
  18. Hi folks,

    I have two grids.
    I succeed in setting drag & drop between the two grids' items. But I also need to enable drag & drop of items in the second grid so I could save the items position.
    ...
  19. Edit : while collapsing the tab containing the htmleditor and load the formn it bugs too.
  20. Hi, there is s bug with ExtDirect - Html Editor and the collapsed status.

    I explain.
    I had a collapsed (initialization) tab panel. In one of this tab, there was a form with a load api.
    While...
  21. That's it.
    You have to see the store as a collection of data resulting from a specific query, while the model will be the definition of your data fields types
  22. Hi all,

    I use the form api to retrieve data from a specific item id.
    The extdirect call is well sent and return to/from the server, except my "data" parameter is always set to null.
    I have tried...
  23. Strangely, it orks if I declare the api like this :





    constructor: function (config) {
    Ext.applyIf(config, {
    // defaults for configs that should be passed...
  24. This is the code I have but no clue. still bugged
    I have :


    Ext.app.EXTDIRECT_API = {
    "url":"\/extdirect.php\/dsExtDirect\/router",
    "type":"remoting",
    "actions":{
    ...
  25. Hu !

    Yes, my methods are presents and declared as
    ..."attribute":{"name":"update","len":1,"formHandler":true}...

    Strange. I really do not understand what's wrong
Results 1 to 25 of 83
Page 1 of 4 1 2 3 4