Query: newt_form_add_components
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NEWT_FORM_ADD_COMPONENTS(3) 1 NEWT_FORM_ADD_COMPONENTS(3) newt_form_add_components - Add several components to the formSYNOPSISvoid newt_form_add_components (resource $form, array $components)DESCRIPTIONAdds several components to the $form.PARAMETERSo $form - Form to which components will be added o $components - Array of components to add to the formRETURN VALUESNo value is returned.EXAMPLESExample #1 A newt_form_add_components(3) example <?php $form = newt_form(); $b1 = newt_button(5, 12, "Run Tool"); $b2 = newt_button(21, 12, "Quit"); newt_form_add_components($form, array($b1, $b2)); ?>SEE ALSOnewt_form_add_component(3). PHP Documentation Group NEWT_FORM_ADD_COMPONENTS(3)
Related Man Pages |
---|
gnome-keyring-daemon(1) - opensolaris |
slasd9(l) - redhat |
ccomps(1) - centos |
newt_form(3) - php |
jifty::web::form(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
UNIX.COM 2017 Year End Summary |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
Status of UNIX.COM Forum Transformation |
Denial Of Service Attack Update |