new ov.Widget.Attributes(parameter, callback){ov.Widget.Attributes}
common/PilotGaea-Widget.js, line 1524
屬性檢視Widget。
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameter |
Object |
參數物件。
|
||||||||||||||||||||||||
callback |
function |
optional
Widget關閉後的回呼。 |
Returns:
Type | Description |
---|---|
ov.Widget.Attributes | 屬性檢視Widget物件。 |
Example
var param = {};
param.view = terrainView;
param.style = {top: "100px", left: "90px"};
param.title = "太麻里";
param.content = {隔壁: "有隻狗", 名字: "小黃", 毛色: "黑", 喜好: "追郵差"}
var widget = new ov.Widget.Attributes(param);
Methods
-
insertContent(label, content)
common/PilotGaea-Widget.js, line 1620 -
新增屬性欄位。
Name Type Description label
String 標頭。
content
String 內容。
-
remove()
common/PilotGaea-Widget.js, line 1540 -
移除Widget。
-
updateParameter(parameter)
common/PilotGaea-Widget.js, line 1550 -
更新參數。
Name Type Description parameter
Object 參數物件。