Using the nowordwrap option

In this example, we will use the nowordwrap option with the textbox command. To demonstrate this, please do the following.
  1. Go to the MM01 screen.
  2. Open the 'SAPLMMGM.E0060.sjs' script file, and change the code for the second textbox that we created in the previous example.
    textbox([1,2], [10, 100],{" name":"z_text"});
    textbox([1,2], [10, 100],{" name":"z_totext", "nowordwrap":true}); 
  3. Save your changes and then enter some text in the first textbox. It will now dispaly as shown below: