Advertisement
nrzmalik

Storyline Custom TextArea Call

Aug 13th, 2024 (edited)
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 0.19 KB | Source Code | 0 0
  1. CreateInput('Object_ALT_Text', 'SL_Varaible_Name', {
  2.     backgroundColor: 'white',
  3.     textColor: 'black',
  4.     border: '1px solid darkblue',
  5.     fontSize: '15px',
  6.     defaultValue: ''
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement