Really, this is great news. I have been testing it, and although it does work perfectly in my test suite in 3.18.8, I am checking for a bug in 3.20.1. How was firebug causing this issue?
I would love to make it to AU this year, but really not sure I will be able to make it.
[quote]Really, this is great news. I have been testing it, and although it does work perfectly in my test suite in 3.18.8, I am checking for a bug in 3.20.1. How was firebug causing this issue?
I would love to make it to AU this year, but really not sure I will be able to make it. :([/quote]
I cannot figure out how firebug stops the Ajax post for I have very limited skills of JS.
I have another question for matrixFrame. The iframed simple edit interface is launched by "?SQ_DESIGN_NAME=xxx", after clicking "commit" it returns to the default design. How do you get around that?
Well, when I use MatrixFrame, I pair it with MatrixForm, so that it submits the frames via ajax, so that they don't refresh, so I have not had this problem. But, you can set a design and make it stick using something like ?SQ_DESIGN_NAME=text_only&SQ_ACTION=set_design_name which should then set that design. BUT, honestly, I am not sure if that sets the design just for your user to see, or if other users would see it too. To remove it, you need to do something like ?SQ_DESIGN_NAME=text_only&SQ_ACTION=clear_design_name.
[quote]Well, when I use MatrixFrame, I pair it with MatrixForm, so that it submits the frames via ajax, so that they don't refresh, so I have not had this problem. But, you can set a design and make it stick using something like ?SQ_DESIGN_NAME=text_only&SQ_ACTION=set_design_name which should then set that design. BUT, honestly, I am not sure if that sets the design just for your user to see, or if other users would see it too. To remove it, you need to do something like ?SQ_DESIGN_NAME=text_only&SQ_ACTION=clear_design_name.
I have no idea! I was wondering the same thing. I have linked it in a few places, and talk about the plugin as well as Matrix on my blog, maybe Google is directing people here...
We have developed our customised simple editing interface using Nic's ajax plugin -> multiple delete. This interface is mainly using javascript with the frame method because it seems ajax cannot handle binary file uploading easily. Here are two demos.
The JS code written by our programmer is very customised for our Matrix settings but I hope the frame method would give you guys here some other ideas.
If you have any comments or questions I am happy to explain or forward to our programmer.
Correct, ajax does not support file uploading as it is a security risk. That is why for the matrixForm plugin I had to be sure to upload to a hidden iframe if the user is uploading a file. :)