hello everyone

discussed here

https://groups.google.com/forum/#!topic/tiddlywiki/GDoMxzof644

is a way to load different stylesheets depending on users browser.

Can also be extended to include screen resolution

(so something like 

if (config.browser.isIE && screen.width>=1024)
   config.shadowTiddlers.StyleSheet+='[[IEStyleSheet1024+]]';

inside a tiddler tagged systemconfig will apply the IEStyleSheet1024+ 
stylesheet
if the user uses Internet Explorer with a screen width of 1024 and above)

Is there a way to do the same thing with different PageTemplate tiddlers?
Load different PageTemplates for different browsers/screen resolutions?

thanks in advance 

sklpns



-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to