I'm working on a plugin in which I'm using MetaBox. as the core for custom fields. I'm trying to load the fields via ajax and I do not need to use the default metabox save functionality. I just need to display the fields that I have setup using the normal MetaBox array structure and have the fields utilize the associated javascript functionality (for those that need it).
I've figured something out that works decently, but am struggling to get the wysiwyg editor working, along with some other things. I realize that this may be out of the scape of what MetaBox is meant to do, but I was wondering if you had any advice on how to utilize field display and functionality that loaded into a custom container through ajax?
Is there something in the Frontend extension that I should be looking at?
Thanks for any help on this!