mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +01:00
Phoenix updates:
1) Keep the sidebar always visible; 2) Put the search stuff on the scrolling header; 3) Implement accordion-style JavaScrip stuff to show/hide user-contributed samples; 4) Minor clean-ups. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@71087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -178,6 +178,9 @@ def depart_availability_node(self, node):
|
||||
|
||||
def setup(app):
|
||||
app.add_javascript('javascript/header.js')
|
||||
app.add_javascript('javascript/sidebar.js')
|
||||
app.add_javascript('javascript/jquery.collapse.js')
|
||||
app.add_javascript('javascript/jquery.cookie.js')
|
||||
|
||||
app.add_config_value('availability_include_availabilities', False, False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user