new ov.Widget.Attributes(parameter, callback){ov.Widget.Attributes}
            common/PilotGaea-Widget.js, line 1073
        
        
    屬性檢視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 1170 - 
    
    
    
新增屬性欄位。
Name Type Description labelString 標頭。
contentString 內容。
 - 
    
remove()
common/PilotGaea-Widget.js, line 1089 - 
    
    
    
移除Widget。
 - 
    
updateParameter(parameter)
common/PilotGaea-Widget.js, line 1099 - 
    
    
    
更新參數。
Name Type Description parameterObject 參數物件。