summaryrefslogtreecommitdiff
path: root/lib/scripts/page.js
Commit message (Collapse)AuthorAge
* improve aria attribute handling. closes #1142Andreas Gohr2015-07-15
| | | | adds aria handling to makeToggle and allows to supress it in dw_toggle
* added aria attributes for footnote tooltipsAnika Henke2013-08-01
|
* #2541, alter section highlighting to insert a container into the DOM to hold ↵Christopher Smith2012-10-12
| | | | the elements being highlighted & later remove it
* Fix section edit highlighting when the start marker is hiddenMichael Hamann2012-09-09
| | | | | | This fixes the section edit highlighting when the start marker (normally a heading) is inside other HTML elements like a div from the wrap plugin.
* remove min-height after toggling FS#2555Andreas Gohr2012-07-28
|
* xml compatibility fixes (mainly entities to unicode conversions)Anika Henke2012-07-05
|
* changed 'height' in JS to 'min-height'Anika Henke2012-07-01
|
* fixed the toc/sidebar toggling script for realAndreas Gohr2012-06-30
|
* improved toc changes and sidebar togglingAnika Henke2012-04-22
|
* made TOC togling script more genericAndreas Gohr2012-04-20
| | | | | | | | | | Instead of a dedicated function to toggle the TOC we now have a function that allows to use this functionality everywhere. This will be used to toggle the sidebar in the mobile view (in an upcoming patch). Note, this required some changes to the CSS (to make it more generic). The CSS is still located in the TOC sections but should probably be moved into its own section instead.
* rewrote and improved HTML for TOCAnika Henke2012-04-09
| | | | | | | | | | | | | | Attention: Template authors need to adjust their CSS! Original structure: div.toc > div#toc__header.tocheader.toctoggle > span#toc__toggle.toc_close|toc_open > span div#toc__inside > ul.toc > li.level1 > div.li > span.li > a.toc New structure: div#dw__toc.open|close > h3 > strong > span ul.toc > li.toc > div.li > a
* fixed link wizard being appended to every div.dokuwiki (FS#2395) and changed ↵Anika Henke2011-11-28
| | | | div.dokuwiki to just .dokuwiki (some templates have the class in the body)
* fix jQuery capitalizationElan Ruusamäe2011-11-24
|
* page.js: Improve footnote cleaning regex, cleaner toc togglingAdrian Lang2011-08-22
| | | | | * <sup> elements are only removed from the start of a footnote * the TOC wrapper instantly gets the target size to reduce layout jumping
* fixed TOC-Bug and moved TOC behaviour to page.js FS#2314Andreas Gohr2011-08-21
|
* jQuerify edit section highlightingAdrian Lang2011-08-19
|
* Fix popup DOM element sharing, simplify event handlingAdrian Lang2011-08-19
|
* added missing fileAndreas Gohr2011-08-19
yeah, yeah I know...