Update (Edit/Modify) a resource
A Yanel resource which allows one to edit/update/modify the underlying data is called a modifiable resource. The actual data access (read/write) is specific to the resource (see Read/View a resource). Yanel provides generic interfaces (Modifiable and Introspectable) in order to make the integration of common editing tools (for example Yulup, OpenOffice or TinyMCE) as easy as possible.
TinyMCE (Major Version: 2, Release Date: 2007-11-27)
Version
tiny_mce/tiny_mce_src.js
Enable/disable "Widgets"
tiny_mce/tinymceinit.js
- image (
tiny_mce/themes/advanced/image.htm
which is called bytiny_mce/themes/advanced/editor_template.js
, whereas the link is enhanced withyanel.toolbar=suppress
in order to suppress the Yanel toolbar)
Hooks
- http://127.0.0.1:8080/yanel/from-scratch-realm/en/projects.html
- http://127.0.0.1:8080/yanel/from-scratch-realm/en/projects.html.tinymce-edit.html
- src/realms/from-scratch-realm-template/res-configs/map.rc-map
- src/resources/tinymce/htdocs/tinymce.jelly
- src/resources/tinymce/htdocs/js/
- Version 3.2.1.1: src/resources/tinymce/htdocs/tinymce/jscripts/tiny_mce/tiny_mce.js
- Version 3.3.5.1: src/resources/tinymce/htdocs/tinymce_3_3_5_1/jscripts/tiny_mce/tiny_mce.js
- Insert Image: src/resources/tinymce/htdocs/tinymce/jscripts/tiny_mce/themes/advanced/image.htm
- Lookup: http://127.0.0.1:8080/yanel/from-scratch-realm/usecases/tinymce-lookup.html?type=image&yanel.target-back2realm=../&yanel.toolbar=suppress
- src/realms/from-scratch-realm-template/res-configs/usecases/tinymce-lookup.html.yanel-rc
- src/resources/tinymce/htdocs/js/tinymceinit.js
- src/contributions/resources/lookup/htdocs/tinymce-lookup.jelly
Your comments are much appreciated
Is the content of this page unclear or you think it could be improved? Please add a comment and we will try to improve it accordingly.