Added more conveniently placed 'List of All Members' link on all class doc pages in the header summary (using JS).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -44,4 +44,13 @@ $(function() {
|
||||
setCookie('sectionDiv.style.display', display);
|
||||
});
|
||||
|
||||
list_of_members_link = $('a[href$="-members.html"]:first');
|
||||
if(list_of_members_link.length) {
|
||||
summary_div = $('div.header div.summary:first');
|
||||
if(summary_div.length) {
|
||||
summary_div.append(' | ');
|
||||
summary_div.append(list_of_members_link.clone().text('List of All Members'));
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
|
Reference in New Issue
Block a user