diff --git a/ace/ace_standard/src/main/js/default/pages/textarea/prop/index.js b/ace/ace_standard/src/main/js/default/pages/textarea/prop/index.js index 0982c40eb1f66fe64873bb34bad2cb0f93e29cd0..d8d9c4c915b2b466de69253144ac3b84798431f2 100644 --- a/ace/ace_standard/src/main/js/default/pages/textarea/prop/index.js +++ b/ace/ace_standard/src/main/js/default/pages/textarea/prop/index.js @@ -77,6 +77,7 @@ export default { softkeyboardenabledFalse : null, softkeyboardenabledTrue : null, }, + onShow(){ this.getCommonPropValues(); this.getSpecificPropValues(); @@ -182,31 +183,3 @@ export default { this.softkeyboardenabledTrue = this.$element("softkeyboardenabledTrue").getInspector() } } -/* - * placeholderNone : null, - placeholder : null, - maxlength20 : null, - headericon : null, - headericonNone : null, - extendNone : null, - extendFalse : null, - extendTrue : null, - valueNone : null, - value : null, - showcounterNone : null, - showcounterFalse : null, - showcounterTrue : null, - menuoptionsNone : null, - menuoptions : null, - autofocusNone : null, - autofocusFalse : null, - autofocusTrue : null, - selectedstartNone : null, - selectedstart5: null, - selectedendNone : null, - selectedend5 : null, - softkeyboardenabledNone : null, - softkeyboardenabledFalse : null, - softkeyboardenabledTrue : null, - - */ \ No newline at end of file diff --git a/ace/ace_standard/src/main/js/default/test/List.test.js b/ace/ace_standard/src/main/js/default/test/List.test.js index e027c8b5c4b1229ed3259b92957b8fc501d0750a..7b085e61850449c6971a9c2e88560238cca11987 100755 --- a/ace/ace_standard/src/main/js/default/test/List.test.js +++ b/ace/ace_standard/src/main/js/default/test/List.test.js @@ -53,6 +53,5 @@ require('./selectProps.test.js') require('./sliderProps.test.js') require('./ratingProps.test.js') require('./inputProps.test.js') -require('./marqueeProps.test.js') require('./imageAnimatorProps.test.js') require('./textareaProps.test.js') diff --git a/ace/ace_standard/src/main/js/default/test/divProps.test.js b/ace/ace_standard/src/main/js/default/test/divProps.test.js index 2c9a720e087e45fc85f4bb8d23adfb436b234f0b..4feb100dfd4a61bb8f631863f03cb6ded0101016 100644 --- a/ace/ace_standard/src/main/js/default/test/divProps.test.js +++ b/ace/ace_standard/src/main/js/default/test/divProps.test.js @@ -1,10 +1,10 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. +/** + * 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 + * 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, diff --git a/ace/ace_standard/src/main/js/default/test/marqueeProps.test.js b/ace/ace_standard/src/main/js/default/test/marqueeProps.test.js index f1eef248802818c569aac022208f3b246cf84556..1a0c2de0f9c49aa0c2a51051b8645ffeae348ee1 100644 --- a/ace/ace_standard/src/main/js/default/test/marqueeProps.test.js +++ b/ace/ace_standard/src/main/js/default/test/marqueeProps.test.js @@ -1,10 +1,10 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. +/** + * 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 + * 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, diff --git a/ace/ace_standard/src/main/js/default/test/popupProps.test.js b/ace/ace_standard/src/main/js/default/test/popupProps.test.js index 500eb4eae64bdc5122784a49817e10325750f06b..ff1a37f99e142a923e539d58ab7fb52274f710bd 100644 --- a/ace/ace_standard/src/main/js/default/test/popupProps.test.js +++ b/ace/ace_standard/src/main/js/default/test/popupProps.test.js @@ -1,10 +1,10 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. +/** + * 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 + * 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, diff --git a/ace/ace_standard/src/main/js/default/test/searchProps.test.js b/ace/ace_standard/src/main/js/default/test/searchProps.test.js index f7c3c28ac833ba46f4727bda9138a886a9e47774..e3ab002f77af8c57b0657766916f775a056505e3 100644 --- a/ace/ace_standard/src/main/js/default/test/searchProps.test.js +++ b/ace/ace_standard/src/main/js/default/test/searchProps.test.js @@ -1,10 +1,10 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. +/** + * 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 + * 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, diff --git a/ace/ace_standard/src/main/js/default/test/stepperItemProps.test.js b/ace/ace_standard/src/main/js/default/test/stepperItemProps.test.js index 08666c43ced303b0e3c68e8d96481bc6fc0ac4dd..9c820fde18f0dd37db75476ec8c37e8d60be3a02 100644 --- a/ace/ace_standard/src/main/js/default/test/stepperItemProps.test.js +++ b/ace/ace_standard/src/main/js/default/test/stepperItemProps.test.js @@ -1,10 +1,10 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. +/** + * 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 + * 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, diff --git a/ace/ace_standard/src/main/js/default/test/stepperProps.test.js b/ace/ace_standard/src/main/js/default/test/stepperProps.test.js index b1461d155a1bc0f0193ea29c826d2ae4297d70d8..11415f33eb325d50c540d14490eafe294ca9a606 100644 --- a/ace/ace_standard/src/main/js/default/test/stepperProps.test.js +++ b/ace/ace_standard/src/main/js/default/test/stepperProps.test.js @@ -1,10 +1,10 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. +/** + * 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 + * 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, diff --git a/ace/ace_standard/src/main/js/default/test/textareaProps.test.js b/ace/ace_standard/src/main/js/default/test/textareaProps.test.js index 5d340415a9229fb65b4e1a493a7a3f0f4c4c8848..4026638e2046fbf66555da4956befd8bffb5fdd1 100644 --- a/ace/ace_standard/src/main/js/default/test/textareaProps.test.js +++ b/ace/ace_standard/src/main/js/default/test/textareaProps.test.js @@ -1,10 +1,10 @@ -/* - * Copyright (C) 2021 Huawei Device Co., Ltd. +/** + * 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 + * 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, @@ -957,7 +957,7 @@ it('testtextAreaHeadericonPropNull', 0, async function (done) { expect(obj.$type).assertEqual('textarea') expect(obj.$attrs.id).assertEqual('softkeyboardenabledNone') expect(obj.$attrs.softkeyboardenabled).assertEqual("true") - console.info("[textAreaProps] get softkeyboardenabled value is: " + JSON.stringify(obj.$attrs.softkeyboardenabled)); + console.info("[textAreaProps] get softkey value is: " + JSON.stringify(obj.$attrs.softkey)); done(); }); @@ -977,7 +977,7 @@ it('testtextAreaHeadericonPropNull', 0, async function (done) { expect(obj.$type).assertEqual('textarea') expect(obj.$attrs.id).assertEqual('softkeyboardenabledFalse') expect(obj.$attrs.softkeyboardenabled).assertEqual("false") - console.info("[textAreaProps] get softkeyboardenabled value is: " + JSON.stringify(obj.$attrs.softkeyboardenabled)); + console.info("[textAreaProps] get softkey value is: " + JSON.stringify(obj.$attrs.softkey)); done(); }); @@ -997,7 +997,7 @@ it('testtextAreaHeadericonPropNull', 0, async function (done) { expect(obj.$type).assertEqual('textarea') expect(obj.$attrs.id).assertEqual('softkeyboardenabledTrue') expect(obj.$attrs.softkeyboardenabled).assertEqual("true") - console.info("[textAreaProps] get softkeyboardenabled value is: " + JSON.stringify(obj.$attrs.softkeyboardenabled)); + console.info("[textAreaProps] get softkey value is: " + JSON.stringify(obj.$attrs.softkey)); done(); });