Home
last modified time | relevance | path

Searched refs:AttributeArea (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DAttrEditor.js45 AttributeArea.gi().clear();
77 AttributeArea.gi().flush();
81 AttributeArea.gi().addDotLine();
82 AttributeArea.gi().addTopInput(
88 AttributeArea.gi().addSelect(
115 AttributeArea.gi().addDotLine();
117 AttributeArea.gi().addSelect(
138 AttributeArea.gi().addLabelButton(
170 AttributeArea.gi().addSelect(
206 AttributeArea.gi().addDotLine();
[all …]
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/attr/
H A DAttributeArea.js18 class AttributeArea { class
206 AttributeArea.pInstance_ = null;
207 AttributeArea.gi = function () {
208 if (AttributeArea.pInstance_ === null) {
209 AttributeArea.pInstance_ = new AttributeArea();
211 return AttributeArea.pInstance_;
215 AttributeArea,