NuiText( json, int, int )
From NWN Lexicon
Create a non-editable text field. Note: This text field internally implies a NuiGroup wrapped
// Create a non-editable text field. Note: This text field internally implies a NuiGroup wrapped // around it, which is providing the optional border and scrollbars. json // Element NuiText( json jValue, // Bind:String int bBorder = TRUE, // Bool int nScroll = NUI_SCROLLBARS_AUTO // Int:NUI_SCROLLBARS_* );
Return
json Element
Parameters
- jValue
- String of text. Can be JsonString() or NuiBind()
- bBorder
- Boolean, TRUE or FALSE to include border around text area
- nScroll
- NUI_SCROLLBARS_*
Description
Create a non-editable text field. Note: This text field internally implies a NuiGroup wrapped
Remarks
Version
This function was added in 1.85.8193.31 of NWN:EE.
Example
See Also
functions: |