Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

[Added] JS nuGetText(), nuSetText()

Information about updates, news, Code Library
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

[Added] JS nuGetText(), nuSetText()

Unread post by admin »

Use nuGetText('objId') instead of nuGetValue('objId','text') to retrieve an object's text.

Use nuSetText('objId','something') instead of nuSetValue('objId','something','text') to set an object's text.
Post Reply