> Though that opens the TW with an open left sidebar, it isn't resizable
> unless the sidebar lock button twice clicked. Only then the tiddlers
> fit well before they extend behind the left sidebar accross the whole
> screen width.
>
> Any other ideas?
Oops. Made it more difficult than it is by placing the sidebar lock
button, replaced with arrows, into the fluid sidebar wrapper before.
So it would be more obvious something is hidden there in the sidebar
for a fist time reader (and in lack of being able to make a sidebar
visible first).
Without and the original template code, though still not resizable
upon first loading, it at least does display the MainMenu upon
loading, and fits the display area width properly too now. Still needs
2 clicks to make it resizable: the first changes the sidebar to fluid,
and with the 2nd finally fixed and resizable. That's already half way
there :-)
Again the now corrected page template piece:
<!-- div id='leftBarWrapper' class='fluidSidebarWrapper'
style='left: 0px; top: 1.9em;' data-side='left' data-savedWidth='0px'
data-savedHeight='0px'>
<div id='leftBar' class='sidebar' style='width: 0px; display: none;'
-->
Changed for example to:
<div id='leftBarWrapper' class='fixedSidebarWrapper
resizable'style='left: 0px; top: 1.9em;' data-side='left'
width='250px' height='500px'>
<div id='leftBar' class='sidebar' style='width: auto; display:
block';'>
Tried to change all the style definition with different alternative
values. But my main failure is my inability to assign the 'resizable'
class.
--
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.