new ov.UI.WindowUI(parameter)
common/PilotGaea-UI.js, line 527
新增UI物件固定在畫面的某一位置上,可以用來放html元素,ex:iframe、ov.chart生成的圖表等等,需加入material-icons.css
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
或參照Google Fonts Material Icons Guide設置離線版本。
https://developers.google.com/fonts/docs/material_icons
Name | Type | Description | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameter |
Object |
UI設定參數
|
Example
var windowUI = new ov.UI.WindowUI(parameter);
Methods
-
updateParameter(parameter)
common/PilotGaea-UI.js, line 538 -
刷新UI參數
Name Type Description parameter
Object 要修改的UI參數