Use for building form elements and jQuery widgets.
Common parameters to all functions:
<?php
// Outputs: <input type="hidden" name="actionID" value="save");
echo form::hidden ("actionID", "save");
// Outputs: <input type="hidden" name="actionID" id="actionID" value="save");
echo form::hidden ("#actionID", "save");
?>
<?php
// creates and binds text input with id "countryFilter" to select with id "countries"
echo form::selectFilter("#countryFilter", "#countries").
form::select("#countries", $selectedCountry, $countriesOpt, array ("size" => 40));
?>
© 2003-24 iNeta d.o.o. | Koroška cesta 31, SI-4000 Kranj | info@ineta.si | Pravno obvestilo
Powered by BravoCMS