Add context-sensitive SQL help.

This commit is contained in:
Dave Page
2016-04-12 13:35:47 +01:00
parent 9b9126da15
commit 62fcfd928d
25 changed files with 166 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ class MenuItem(object):
class Panel(object):
def __init__(self, name, title, content, width=500, height=600, isIframe=True,
def __init__(self, name, title, content='', width=500, height=600, isIframe=True,
showTitle=True, isCloseable=True, isPrivate=False, priority=None,
icon=None, data=None):
self.name = name