[xwiki-users] Dynamically create objects on inline-edit page

2010-07-19 Thread Matthew Hildebrand
I am trying to add a dynamic number of objects (all of the same type) to a document from the inline-edit page. The workflow that I would like is for the user to click an Add Requirement button and a row is populated on the page below the edit-list of existing requirements that is blank and can be

[xwiki-users] Enable wysiwyg editor for dynamically created objects

2010-08-12 Thread Matthew Hildebrand
So I'm dynamically adding objects to the page via an ajax request (get the document, create a new object of the specified type, return the object in edit mode as a JSON object). What I am not able to figure out, is how to get my textareas to become wysiwyg enabled (when appropriate). I don't quite

Re: [xwiki-users] Enable wysiwyg editor for dynamically createdobjects

2010-08-26 Thread Matthew Hildebrand
/2010 02:24 AM, Matthew Hildebrand wrote: So I'm dynamically adding objects to the page via an ajax request (get the document, create a new object of the specified type, return the object in edit mode as a JSON object). What I am not able to figure out, is how to get my textareas to become

Re: [xwiki-users] Enable wysiwyg editor fordynamically createdobjects

2010-08-27 Thread Matthew Hildebrand
with this if you need it. Hope this helps, Marius On 08/26/2010 06:21 PM, Matthew Hildebrand wrote: Marius, Thanks for the info. That got me pointed in the correct direction, and I've got the wysiwyg editor appearing. However there are a few weirdness issues... 1) Some of the CSS stylings

[xwiki-users] Getting Error number 4001 frequently

2010-09-10 Thread Matthew Hildebrand
I am frequently (and randomly it seems) getting a 4001 error while parsing velocity page /templates/wysiwyginput.vm when loading pages for inline-edits. This is happening both on fields that have wiki-syntax (2.0) content and fields that while able to take wiki-syntax content, have only plain

Re: [xwiki-users] Getting Error number 4001 frequently

2010-09-10 Thread Matthew Hildebrand
/Project and the failing template is /templates/wysiwyginput.vm. Thanks for the report. Caleb Matthew Hildebrand wrote: I am frequently (and randomly it seems) getting a 4001 error while parsing velocity page /templates/wysiwyginput.vm when loading pages for inline-edits