![]() |
![]() Text componentA text component is a graphical component which can display several text fields one below the other. (screenshot) # setting of user/group BEGIN COMPONENT TITLE: Identity BEGIN TEXT # user field LABEL: User : ID: %arg1 # group field LABEL: Group : ID: %arg2 END TEXT BEGIN GENERATE httpd.conf User %arg1 Group %arg2 END GENERATE END COMPONENT
A text component is characterized by a
Then a |