[Progress Communities] [Progress OpenEdge ABL] Forum Post: How to set the initial text in a Text Box in code?

  • Thread starter Thread starter wes.rector
  • Start date Start date
Status
Not open for further replies.
W

wes.rector

Guest
KUIB 3, AngularJS app. I have a Text Box on a blank view. How can I set an initial value for the Text Box in code? Here's code that does not work in onShow: this.$scope.$watch(() => { return this.$components.textbox0; }, (newValue, oldValue) => { if (newValue) { newValue.value = 'some text that varies by user'; } });

Continue reading...
 
Status
Not open for further replies.
Back
Top