Portal Page Text Object

Sort:
You are not authorized to post a reply.
Author
Messages
David Williams
Veteran Member
Posts: 1127
Veteran Member
    I'm not assigning my text object with a starting value. I have a script within the Portal Page that parses text out of an array and then am using that to try to update my text object but the text isn't displaying on the page.

    var txtObj=page.objects["text1"]
    txtObj.text="My new text"

    If I alert (txtObj.text) is comes back with "My new text" but won't display on my page.

    I'm stuck on what to do (and Lawson was no help).
    David Williams
    Terry P
    Veteran Member
    Posts: 234
    Veteran Member
      Did you try setting page refresh to true and refreshing the page?
      You are not authorized to post a reply.