google-code-export / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Minimize the panel #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
(new feature)

Some control could minimize/restore the right panel. This would be helpful 
to get a better look at the model.

Minimized :
__________________
 |
 +-------v--------

Restored :
__________________
 | Save / Load
 |    ---
 | Add Table
 | ...
 |    ---
 | Add field
 | ...
 |    ---
 | Options
 | Documentation
 +-------^--------

Original issue reported on code.google.com by geompse@gmail.com on 18 Mar 2010 at 4:24

GoogleCodeExporter commented 9 years ago
It would be extremely useful to allow this to also be passed as a parameter 
string in 
the URL - this way users who should not have save/load access can view the 
models from 
say a link on a wiki.

Original comment by kon...@gmail.com on 18 Mar 2010 at 6:00

GoogleCodeExporter commented 9 years ago
Good idea.

Original comment by ondrej.zara on 19 Mar 2010 at 7:04

GoogleCodeExporter commented 9 years ago
Sorry I should have added that the parameter string should also have the 
ability to 
hide the panel, not only minimize it.

i.e. /?panel=hidden or ?panel=minimized

Original comment by kon...@gmail.com on 19 Mar 2010 at 6:10

GoogleCodeExporter commented 9 years ago
Good idea, but this second option must not be available from the page (else you 
would 
be stuck). From the URL it is great :)

I made the original request because I was on my notebook (EEE PC)... this is 
precious 
place lost, almost a third of the screen :p 

Original comment by geompse@gmail.com on 19 Mar 2010 at 6:24

GoogleCodeExporter commented 9 years ago
Implemented in r99. Append "toolbar=hidden" to URL to start in minimized mode.

Original comment by ondrej.zara on 30 Mar 2010 at 6:01