(VTS Library)
Description: Tag name setting editfield. This module draws an editfield that is to be connected to the name of a tag. Should be used by all tag ConfigFolder modules for setting the name parameter.
Returns: Nothing
Usage: Steady State
Format: \DialogLibrary\PEditName(Trigger)
Parameters: Trigger { Boolean } { required } { no default: }
Set when the name variable is changed.
Comments: This module is a member of the VTS Dialog Library and must therefore be called from within a GUITransform and prefaced by \DialogLibrary\.
The "P" tools (PCheckbox, PContributor, PColorSelect, PDroplist, and PEditField) were intended only for use in configuration folders and drawing panel modules, and therefore are subject to the system security restraints.
Example:
{***** Name of the tag *****}
GUITransform(30, 90, 470, 45,
1, 1, 1, 1, 1 { No scaling },
0, 0, 1, 0 { No movement; visible; reserved },
0, 0, 0 { Not selectable },
\DialogLibrary\PEditName(Trigger));
See Also: