|
newt_form(PECL newt >= 0.1) newt_form — Create a form Описание
resource newt_form
([ resource $vert_bar
[, string $help
[, int $flags
]]] )
Create a new form. Список параметров
Возвращаемые значенияReturns a resource link to the created form component, or FALSE on error. Примеры
Пример #1 A newt_form() example Displays a single button "Quit", which closes the application once it's pressed.
<?php Смотрите также
|
|