Actions
Bug #864
closedtinyMCEBaseURL or tinyMCEURL property
Start date:
06/21/2011
Due date:
% Done:
0%
Estimated time:
Description
WTextEdit documentation:
To use this widget, you need to download TinyMCE (version 3.0.7 or later) and
deploy the tinymce/jscripts/tiny_mce folder to tinyMCEURL. The default value
for tinyMCEURL is resourcesURL/tiny_mce, where resourcesURL is the
configuration property that locates the Wt resources/ folder (i.e., we assume
by default that you copy the tiny_mce folder to the resources/ folder), see
also deployment and resources.
The value may be overridden with a URL that points to the directory where the
tiny_mce folder is located, by configuring the tinyMCEURL property in your Wt
configuration file, see configuration properties.
However in WTextEdit.C:
WApplication::readConfigurationProperty("tinyMCEBaseURL", tinyMCEBaseURL);
What name of configaration property should be used?
Updated by Koen Deforche over 13 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
Hey,
... use the source Luke !
I've correct the incorrect property name in the documentation (should be tinyMCEBaseURL).
Regards,
koen
Updated by Koen Deforche over 13 years ago
- Status changed from Resolved to Closed
Actions