Skip to content

Releases: rik-bos/SetAttribute

Bump to Mx 7.23 and removed warning

13 Sep 14:52

Choose a tag to compare

  • Removed deprecated mx.logger warning.
  • Updated test project

Translation + Removed deprications

16 Nov 09:14

Choose a tag to compare

Include Translatable Versions of the widget
Removed nullExec deprication

Improvement and Bugfixes

30 Oct 18:32

Choose a tag to compare

Added:

  • retrieve value from MxObject
  • target Siblings only

Updates and Improvements

30 Oct 18:37

Choose a tag to compare

Added:

  • retrieve value from MxObject
  • target Siblings only

Fix on append

09 Dec 11:34

Choose a tag to compare

Appending on a non-existing attribute resulted in an error.

Initial release

11 Nov 12:53

Choose a tag to compare

Mendix does not allow the developer to change / set the value of an attribute in the Modeler. Use this widget to find domNodes (by a normal selector string, e.g. .class, #id, .mx-name-mxId) and set the value of an attribute. Further it is possible to append an attribute. This can be used to add custom classes / styling to domNodes that are not directly usable.