Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

[Added] JS nuGetText(), nuSetText()

Information about updates, news, Code Library
admin
Site Admin
Posts: 2797
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 21 times

[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