Javascript debugger
Website design
↑
X-coordinate of the button.
Y-coordinate of the button.
The text which should be displayed in the button.
<?php
$form = newt_form();
$ok_button = newt_button(5, 12, "Run Tool");
newt_form_add_component($form, $ok_button);
?>
newt_button_bar() |