mywidget.SubWidget Class
Subclass description.
Extends mywidget.SuperWidget
Defined in:
Module: ExampleModule
input\code\inherit\examplemodule.js:101
Constructor
mywidget.SubWidget
mywidget.SubWidget
()
Methods
getTargets2
getTargets2
()
Overwritten method see mywidget.SuperWidget also see myMethod This is also a test
Example:
var bar;
getTargets3
getTargets3
()
Overwritten method see mywidget.SuperWidget also see myMethod This is also a test
var test = "hello from a code block!";
Example:
var a = "222";
var b = 2;
myMethod
myMethod
(
-
d
)
Submethod description.
Parameters:
name | type | flag | description |
---|---|---|---|
d
| Boolean | Foo |
Properties
name2
String
Override Property
Events
init2
Override Event
Parameters:
name | type | flag | description |
---|---|---|---|
opt
| Object | options |
Example:
var a = '';