downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

newt_form_add_hot_key> <newt_form_add_component
[edit] Last updated: Fri, 17 May 2013

view this page in

newt_form_add_components

(PECL newt >= 0.1)

newt_form_add_componentsAñade varios componentes al formulario

Descripción

void newt_form_add_components ( resource $form , array $components )

Añade varios componentes al formulario dado por form.

Parámetros

form

El formulario al que se le añadirán los componentes

components

Array de componentes a añadir al formulario

Valores devueltos

No devuelve ningún valor.

Ejemplos

Ejemplo #1 Un ejemplo de newt_form_add_components()

<?php
$form 
newt_form();

$b1 newt_button(512"Ejecutar herramienta");
$b2 newt_button(2112"Salir");

newt_form_add_components($form, array($b1$b2));
?>

Ver también



add a note add a note User Contributed Notes newt_form_add_components - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites