Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2586 Переглядів

Hi,good day!. 


I just want to ask how i can automatically change the string of a button after i clicked it on form view. 

Аватар
Відмінити
Найкраща відповідь

Am not sure if that is possible. 
One quick hack.. we could achieve this with an extra boolean field (say B). 

You could have 2 buttons(say 1&2) in the view pointing to the same function but with different string value in xml. Once clicked, change that boolean field to True. 

so in view, you could write like 
1--> visible when B is False
2--> visible when B is True

Until you find proper  solution, you could use like this.

Аватар
Відмінити
Автор

Yes, i did that already. Thanks🙂

Related Posts Відповіді Переглядів Дія
2
бер. 17
16044
1
лист. 24
19988
1
вер. 23
2887
3
трав. 23
5480
7
квіт. 23
48796