diff --git a/ace/ace_standard/src/main/js/default/pages/input/router/index.js b/ace/ace_standard/src/main/js/default/pages/input/router/index.js
index 26f025dc927d0ae038cc75476aa3fa8d803a3181..1dda543004a6d05d2fac15cf35fbed7c04e07179 100644
--- a/ace/ace_standard/src/main/js/default/pages/input/router/index.js
+++ b/ace/ace_standard/src/main/js/default/pages/input/router/index.js
@@ -514,9 +514,10 @@ export default {
});
},
- accessibility(event){
- prompt.showToast({
- message: JSON.stringify(event)
- });
+ onAccessibility(event) {
+ if (event.eventType == 1) {
+ console.log('abc');
+ }
+ console.log("onAccessibility" + JSON.stringify(event));
}
}
diff --git a/ace/ace_standard/src/main/js/default/pages/obj_CanvasGradient/style/index.js b/ace/ace_standard/src/main/js/default/pages/obj_CanvasGradient/style/index.js
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4a45d3eb108b49649154e73122e0614943ed7f7e 100644
--- a/ace/ace_standard/src/main/js/default/pages/obj_CanvasGradient/style/index.js
+++ b/ace/ace_standard/src/main/js/default/pages/obj_CanvasGradient/style/index.js
@@ -0,0 +1,14 @@
+/**
+ * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
\ No newline at end of file
diff --git a/ace/ace_standard/src/main/js/default/pages/obj_CanvasRenderingContext2D/style/index.js b/ace/ace_standard/src/main/js/default/pages/obj_CanvasRenderingContext2D/style/index.js
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4a45d3eb108b49649154e73122e0614943ed7f7e 100644
--- a/ace/ace_standard/src/main/js/default/pages/obj_CanvasRenderingContext2D/style/index.js
+++ b/ace/ace_standard/src/main/js/default/pages/obj_CanvasRenderingContext2D/style/index.js
@@ -0,0 +1,14 @@
+/**
+ * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
\ No newline at end of file
diff --git a/ace/ace_standard/src/main/js/default/pages/obj_Image/style/index.js b/ace/ace_standard/src/main/js/default/pages/obj_Image/style/index.js
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4a45d3eb108b49649154e73122e0614943ed7f7e 100644
--- a/ace/ace_standard/src/main/js/default/pages/obj_Image/style/index.js
+++ b/ace/ace_standard/src/main/js/default/pages/obj_Image/style/index.js
@@ -0,0 +1,14 @@
+/**
+ * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
\ No newline at end of file
diff --git a/ace/ace_standard/src/main/js/default/pages/obj_ImageBitmap/style/index.js b/ace/ace_standard/src/main/js/default/pages/obj_ImageBitmap/style/index.js
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4a45d3eb108b49649154e73122e0614943ed7f7e 100644
--- a/ace/ace_standard/src/main/js/default/pages/obj_ImageBitmap/style/index.js
+++ b/ace/ace_standard/src/main/js/default/pages/obj_ImageBitmap/style/index.js
@@ -0,0 +1,14 @@
+/**
+ * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
\ No newline at end of file
diff --git a/ace/ace_standard/src/main/js/default/pages/obj_ImageData/style/index.js b/ace/ace_standard/src/main/js/default/pages/obj_ImageData/style/index.js
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4a45d3eb108b49649154e73122e0614943ed7f7e 100644
--- a/ace/ace_standard/src/main/js/default/pages/obj_ImageData/style/index.js
+++ b/ace/ace_standard/src/main/js/default/pages/obj_ImageData/style/index.js
@@ -0,0 +1,14 @@
+/**
+ * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
\ No newline at end of file
diff --git a/ace/ace_standard/src/main/js/default/pages/obj_OffscreenCanvas/style/index.js b/ace/ace_standard/src/main/js/default/pages/obj_OffscreenCanvas/style/index.js
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4a45d3eb108b49649154e73122e0614943ed7f7e 100644
--- a/ace/ace_standard/src/main/js/default/pages/obj_OffscreenCanvas/style/index.js
+++ b/ace/ace_standard/src/main/js/default/pages/obj_OffscreenCanvas/style/index.js
@@ -0,0 +1,14 @@
+/**
+ * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
\ No newline at end of file
diff --git a/ace/ace_standard/src/main/js/default/pages/obj_OffscreenCanvasRenderingContext2D/style/index.js b/ace/ace_standard/src/main/js/default/pages/obj_OffscreenCanvasRenderingContext2D/style/index.js
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4a45d3eb108b49649154e73122e0614943ed7f7e 100644
--- a/ace/ace_standard/src/main/js/default/pages/obj_OffscreenCanvasRenderingContext2D/style/index.js
+++ b/ace/ace_standard/src/main/js/default/pages/obj_OffscreenCanvasRenderingContext2D/style/index.js
@@ -0,0 +1,14 @@
+/**
+ * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
\ No newline at end of file
diff --git a/ace/ace_standard/src/main/js/default/pages/obj_Path2D/style/index.js b/ace/ace_standard/src/main/js/default/pages/obj_Path2D/style/index.js
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4a45d3eb108b49649154e73122e0614943ed7f7e 100644
--- a/ace/ace_standard/src/main/js/default/pages/obj_Path2D/style/index.js
+++ b/ace/ace_standard/src/main/js/default/pages/obj_Path2D/style/index.js
@@ -0,0 +1,14 @@
+/**
+ * Copyright (c) 2022 Shenzhen Kaihong Digital Industry Development Co., Ltd.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
\ No newline at end of file
diff --git a/ace/ace_standard/src/main/js/default/pages/pickerView/prop/index.js b/ace/ace_standard/src/main/js/default/pages/pickerView/prop/index.js
index 72b53e8a7262b72b8ee70875e5a746d76da1964f..ade2654a53a4798762521520330e689cc18ab482 100644
--- a/ace/ace_standard/src/main/js/default/pages/pickerView/prop/index.js
+++ b/ace/ace_standard/src/main/js/default/pages/pickerView/prop/index.js
@@ -60,7 +60,6 @@ export default {
onShow(){
this.getCommonPropValues();
-// this.getSpecificPropValues();
globalThis.value = {
idProp : this.idProp,
classProp : this.classProp,
@@ -129,12 +128,5 @@ export default {
this.showPropTrue = this.$element("showPropTrue").getInspector()
this.showPropFalse = this.$element("showPropFalse").getInspector()
this.showPropNone = this.$element("showPropNone").getInspector()
- },
- getSpecificPropValues () {
-// this.pickerViewViewText = this.$element("pickerViewViewText").getInspector()
-// this.pickerViewViewDate = this.$element("pickerViewViewDate").getInspector()
-// this.pickerViewViewTime = this.$element("pickerViewViewTime").getInspector()
-// this.pickerViewViewDatetime = this.$element("pickerViewViewDatetime").getInspector()
-// this.pickerViewViewMultiText = this.$element("pickerViewViewMultiText").getInspector()
}
}
diff --git a/ace/ace_standard/src/main/js/default/pages/qrcode/router/index.hml b/ace/ace_standard/src/main/js/default/pages/qrcode/router/index.hml
index 717cacc1bb061870d76ec42c1f260b2c730c114c..5d0b5ce933269abd6a717b2619f3d6843487c9c4 100644
--- a/ace/ace_standard/src/main/js/default/pages/qrcode/router/index.hml
+++ b/ace/ace_standard/src/main/js/default/pages/qrcode/router/index.hml
@@ -193,13 +193,13 @@
ondragend="dragEnd" ondragenter="dragEnter"
ondragover="dragOver" ondragleave="dragLeave"
ondrop="drop" value="value"
- onaccessibility="accessibility">
+ onaccessibility="onAccessibility">
qrcode特有事件1
+ onaccessibility="onAccessibility">