X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/866cdd7c4a4e268f9e4528a8df80b44950c7adb3..a86de9b1f6e6ae867a5a2f7ede5b52a04f306c58:/doc/plugins/toggle/discussion.mdwn diff --git a/doc/plugins/toggle/discussion.mdwn b/doc/plugins/toggle/discussion.mdwn index ef91c8f5e..e48eef5ba 100644 --- a/doc/plugins/toggle/discussion.mdwn +++ b/doc/plugins/toggle/discussion.mdwn @@ -1,12 +1,43 @@ -# Nested plugins +## Nested plugins Is it possible to use another plugin into your toggle plugin? For example, -I want to have toggleable table and try to use Victor Moral's table plugin, +I want to have toggleable table and try to use [[Victor Moral|users/victormoral]]'s [[table plugin|plugins/table]], but no success. How can I do it? - --PTecza > Yes, you can nest preprocessor directives. However, due to the issues > discussed [[here|todo/nested_preprocessor_directives]], it's not > currently supported to nest multiple levels of the same quotes. > --[[Joey]] + +>> Thanks a lot for the fast reply, Joey! It's good to know it. +>> --PTecza + + +## [[bugs/Bug_when_toggling_in_a_preview_page]] + +---- + +## Using toggle directives in a list item## +Take this code snippet. + + * [[!toggle id="test" text="test"]] + [[!toggleable id="test text="""toggle"""]] + +In the HTML-output the `ul` and `div` overlap. + +
+ + +

toggle

+ +
+ + + +Fixing this manually the Javascript seems not to be working and `toggle` is shown unconditionally. + +I do not know if this is due to [[shortcomming with nested preprocessor directives|todo/nested_preprocessor_directives]] you mentioned in the beginning of this page. Maybe a note could be added to the main page of the plugin. --Paul