CitiWiki
: HelpMeTricks
CitiWiki :: LogIn
 Table of content 


Funky Wakka Tricks


Everything you've always wanted to know about Wakka, but were afraid to ask.......
Most are from the main WakkaWiki site


Shortcut Keys



In Internet Explorer, Alt-S works as a shortcut for saving a page while editing it. Alt-P will preview the page. Pressing Alt-P while in preview mode will send you back to the editor

huh?

It works with Mozilla too -- AlainHenry


Shortcut for Edit


While viewing a page, you can doubleclick it to edit it. If you hate this, you can go to UserSettings and disable it.


Roll-back a page


Can anybody tell me how to recover edited page back to before edited?
go to the page revisions (footer, the page last modified date) and open the page-to-be-recovered. Then, re-edit this old version (button below page) and save it. --eu



Deleting Pages


How do I delete an orphaned page that is no longer needed?
-- Skaag

The page deletion function is only for Wiki Masters and the Wiki Admin. If you are any of these two, you can go to PageIndex to do the deletion.

--LaiHoKwan


Searching


To add highlighting of words contained in the user's search (on Google, using FullTextSearch or whatever) which led him to your Wakka site, check out SearchHighlighting.
--ArnarBirgisson


Printing


No PrintMethod now. But in the base site, you could try to apply the WikiCssForPrintOut css.....if you have the right to write

--LaiHoKwan


Code Height


This is one line of code this is a very long line of code ........................................................................................................................................................................................................


You think (like me) the fixed height of code-blocks like above is really ugly? Edit your css-file like this:

.code { background: #FFFFFF; border: solid #888888 2px; font-family: "Courier New"; color: black; font-size: 10pt; width: 100%; **max-height: 400px;** overflow: scroll; padding: 3px; }


Only the bold line is changed.
--SilBaer

hmm, this only works in opera and in some netscape/mozilla's !!! http://www.css4you.pehlgrim.de/max-height.php
--CostalMartignier

That sounds good enough for me. IE sucks! ;) IE interpreted width in a strange way; and different from all other browsers....
--SilBaer

Yup, forgot IE now. The rule of web design: look ok in IE, and excellent in standard-complicant browsers like Mozilla and Opera...
-- Martin

Emulating max-width and max-height in IE:
http://www.svendtofte.com/code/max_width_in_ie/
-- Martin