Open bzwolf opened 9 years ago
yes it is. just define a div with a id e.g.: < div id=" toc-head " > < /div > in your Article Bootstrap:SubNav. Go to behavior.js in your Skins folder, search for the function: $('#toc').each(function() { ...
copy the jQuery prepend and find function and refer to #toc-head or what ever u want to name it.
Style it with CSS.
hope that helps.
Is this possible? Thanks