Widget on v7.0.1 works ok but in version 7.0.2 not

1
0
-1

i have a date time picker widget.

I made it to change the text in the options to spanish.

I saw that all the widgets have access to the value in a variable but this can modify it in the version 7.0.2.

This is a bug or newer versions doesn't permit the value change in widgets?

in widgets to bind a variable the icon is fx, in normal widgets or not custom widgets the bind variable is as link, can i made a widget with link variables?

1 answer

1
0
-1
This one is the BEST answer!

Hi

In 7.0.x you cannot change the way property values are treated directly in the custom widget editor. It will be available in 7.1.
However, once exported, you can open the zip file and edit the widget.json. You will find a list of your widget properties.
Change the 'bond' attribute of the property to variable.
Save the file inside the zip and import it inside the UI Designer (it will override the former version).

Edit the page where the widget is used and the property value input should have change to the one your are looking for.

Regards

Comments

Submitted by eduardo.cortez_1 on Fri, 09/04/2015 - 23:34

Thanks, i made the walk around, i have to chance all my widgets with this attribute and it works.

In the version 7.1 it will have expression and variable type for widgets?

Again, thanks for the help.

Regards.

Eduardo Cortez

Notifications