summaryrefslogtreecommitdiff
path: root/help_format_tikiwiki_inc.php
AgeCommit message (Collapse)AuthorFilesLines
2008-07-12how to use anchors in linksMax Kremmel1-1/+8
2008-06-14put wiki and external links into one common setMax Kremmel1-6/+4
2008-06-13make wiki links label consistent with external links label - just seems to ↵wjames51-2/+2
make more sense
2007-11-20remove spaces from styles which cause table parsing errorswjames51-4/+4
2007-11-18Add missing phpdoc commentsLester Caine1-0/+12
2007-09-13add example on how to merge cells with colspanMax Kremmel1-2/+1
2007-07-29xhmtl compliant nestingMax Kremmel1-1/+1
2007-07-23add r2l / l2r and monospaced textMax Kremmel1-1/+7
2007-07-15typoMax Kremmel1-1/+1
2007-07-15typoMax Kremmel1-1/+1
2007-07-15add another example to show how you can make a table with alternating row ↵Max Kremmel1-0/+18
colours
2007-07-15cache output hash. this avoids having to parse all the samples on every edit ↵Max Kremmel1-110/+125
pageload
2007-07-14edit help is now taken care of by services. this means that there is no need ↵Max Kremmel1-0/+177
for inclusion of edit help anywhere as long as services are called on edit pages and service tabs are included in edit tpl. help is included when {textarea} is in use. if you need to disable it set: display_help_tab=0 when calling the service tabs. edit help has also undergone a facelift.