Hi everybody,
I'm searching a solution for the following problem
if somewhere in a plugin i use
story.switchTheme("PortalTheme");
The TW display is changing correctly
if , for configuration purpose, i use
config.options.txtCouchLogoutTheme="PortalTheme";
(...)
story.switchTheme(config.options.txtCouchLogoutTheme);
This is not working
If i check the variable with Chrome javascript console
config.options.txtCouchLogoutTheme is correctly set, but the
evaluation of story.switchTheme(config.options.txtCouchLogoutTheme)
return "undefined"
Many thanks' in advance for your help
Ph Koenig - UnclePhil -
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.