guide-me / GuideMe

an interactive story viewer
MIT License
4 stars 8 forks source link

implement left html so it only needs the contents of the body node #29

Closed philormand closed 9 years ago

philormand commented 9 years ago

[*]Why are the left html and right html handled differently? It would be nice if they were the same. I really like being able to completely redesign the layout in html but dislike having to specify all the extra head and tail stuff. Ideally Guideme would provide the and portions, and us users could just focus on the contents of the body. If I'm not mistaken, this is the way the right html is handled. Why not make the left the same?[/list]

philormand commented 9 years ago

Implemented XML LeftText node

Javascript Override.setLeftBody (for pageload function) guide.setLeftHtml (for timer function)