Methods
expandCollapse(source, portid)
This will expand/collapse according to the current state of the target panel.
Parameters:
Name | Type | Description |
---|---|---|
source |
String | source Expand/Collapse button, used to check current state. |
portid |
String | id of the div element to expand/collapse. |
findCSSRule(sheetTitle, selectorText) → {CSSStyleRule}
Find the CSSStyleRule with the provided css sheet title and selector name.
Parameters:
Name | Type | Description |
---|---|---|
sheetTitle |
String | Style sheet with the same title. |
selectorText |
String | selector string to match. |
Returns:
- Type
- CSSStyleRule
setToolTipText(text)
Change the tooltip text.
Parameters:
Name | Type | Description |
---|---|---|
text |
String | Text to update the tooltip to. |
showTooltip(x, y)
Show tool tip on the specified windows coordinates.
Parameters:
Name | Type | Description |
---|---|---|
x |
Number | Style sheet with the same title. |
y |
Number | selector string to match. |