2011-05-29, 15:57:56
Is it possible to use wysiwyg editor instead of the textarea?
Wysiwyg editor in components area?
|
2011-05-29, 15:57:56
Is it possible to use wysiwyg editor instead of the textarea?
2011-05-29, 16:46:08
maybe in future versions, in the moment the editor is not at hand there (what I regret as well)
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
2011-05-29, 22:23:43
If you want to have wysiwyg snippets, the method described here works for me.
With additional php logic in the template code, you can have snippets called according to the page slug, for example.
--
Nick.
2011-05-29, 23:18:02
hameau Wrote:If you want to have wysiwyg snippets, the method described here works for me. If you are using the I18N plugin, there is already a function get_i18n_content($slug) you can use.
2011-05-30, 06:50:59
alrighty - thanks for response everyone
2011-06-01, 01:46:51
mvlcek Wrote:If you are using the I18N plugin, there is already a function get_i18n_content($slug) you can use. Make sure to use version 1.5.2 or later, as the previous versions have a bug in get_i18n_content. For more information, see here
2011-06-01, 02:04:46
mvlcek Wrote:If you are using the I18N plugin, there is already a function get_i18n_content($slug) you can use.Yes, that's a much neater solution. (y)
--
Nick.
2011-06-01, 12:39:38
mvlcek Wrote:hameau Wrote:If you want to have wysiwyg snippets, the method described here works for me. Thanks for posting and sharing this information. More power! |
« Next Oldest | Next Newest »
|