| |
- runtimepy.net.server.app.tab.Tab(builtins.object)
-
- SoundTab
class SoundTab(runtimepy.net.server.app.tab.Tab) |
|
SoundTab(name: str, app: runtimepy.net.arbiter.info.AppInfo, tabs: runtimepy.net.server.app.bootstrap.tabs.TabbedContent, source: str = None, subdir: str = 'tab', icon: str = None) -> None
A simple sound-tab interface class. |
|
- Method resolution order:
- SoundTab
- runtimepy.net.server.app.tab.Tab
- builtins.object
Methods defined here:
- compose(self, parent: svgen.element.Element) -> None
- Compose the tab's HTML elements.
Methods inherited from runtimepy.net.server.app.tab.Tab:
- __init__(self, name: str, app: runtimepy.net.arbiter.info.AppInfo, tabs: runtimepy.net.server.app.bootstrap.tabs.TabbedContent, source: str = None, subdir: str = 'tab', icon: str = None) -> None
- Initialize this instance.
- entry(self) -> None
- Tab overall script entry.
- init(self) -> None
- Initialize this instance.
- write_js(self, writer: vcorelib.io.file_writer.IndentedFileWriter, **kwargs) -> bool
- Write JavaScript code for the tab.
Data descriptors inherited from runtimepy.net.server.app.tab.Tab:
- __dict__
- dictionary for instance variables
- __weakref__
- list of weak references to the object
| |