This forum uses tinyMCE to create posts and replies. Maybe you could have a look at the uForum package to see how the link editor is implemented, and derive from there?
Nope not what I was looking for, creating new nodes in the umbraco content tree has never been a problem instead it is the advImage and advLink functions that I want to be able to fetch data from umbraco when using the TinyMCE on a usercontrol.
When I click the image button on the TinyMCE I can list the files in umbraco, but when selecting an image for inserting nothing happens.
Problem using tinymce3 on usercontrol
Updated from 3.0.5 to 4.0.3 and had on a page a usercontol who had the tinymce implemented.
But after the update I can't get the advImage to work, It won't get the files listed in Umbraco/media
This is the script we used in 3.0.5 (tiny2):
In the umbraco implementations notes in the tinymce3 folder the txt files says:
4. Update advLink and advImage to point to the Umbraco modals instead of the tinyMCE ones:
Image:
file: tinyMCE.activeEditor.getParam('umbraco_path') + '/plugins/tinymce3/insertImage.aspx',
width: 575 + parseInt(ed.getLang('advimage.delta_width', 0)),
height: 585 + parseInt(ed.getLang('advimage.delta_height', 0)),
But where do you do that?
Has anybody got a working sample of using tinymce3 on a usercontrol?
no one?
Has no one implemented the new tiny (3) on a usercontrol and got it working with umbraco?
This forum uses tinyMCE to create posts and replies. Maybe you could have a look at the uForum package to see how the link editor is implemented, and derive from there?
Thx for the tip, will check it out.
Nope not what I was looking for, creating new nodes in the umbraco content tree has never been a problem instead it is the advImage and advLink functions that I want to be able to fetch data from umbraco when using the TinyMCE on a usercontrol.
When I click the image button on the TinyMCE I can list the files in umbraco, but when selecting an image for inserting nothing happens.
is working on a reply...