Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
10289 Widoki

Hello,

I wan't to know if it's possible to know the mode of a form : if it's in edit mode or in view mode? I need this information to change the "edit" mode of a widget that I implement! If it's not in edit mode, the user can't edit information, but if it's in edit mode, he can change these information!

Moreover, when the user click on button "Save", how can I saved the information of my widget in the BDD? What is the function to redefined to do that?

Thank you in advance!

Best regards, Corentin Dijoux

Awatar
Odrzuć

Hi, I also need an answer to this question

Autor Najlepsza odpowiedź

Hello,

 

I forgot this messages! I find the solution, but i didn't think to post the solution here.

 

In a javascript object, apparently, you have the variable "active_view" (this.active_view). It's equal to "page" if it's the "view" mode and when it's the "edit" mode, the variable is equal to "form".

 

The function call each time you click on the "Save" button is the "do_save" function (that you can modify to save your information). The function to call after each change (o change the state of the "Save" button) is : "this.on_ui_change()".

 

Best regards,

Corentin Dijoux

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
4
kwi 16
6247
1
mar 15
10231
1
lut 24
3802
0
lis 18
10815
5
mar 22
14949