Änderungen

Wechseln zu: Navigation, Suche

Zahlungs-Gateways erstellen

3 Byte entfernt, 21:17, 12. Jun. 2015
/* Einstellungen */
<source lang="php">
$this->options = Array(
"text" => Array("type" => "text", "name" => "Textfeld", "default" => "Standard", "placeholder" => "Hier irgendwas eingeben", "help" => "Das steht drunter"), "check" => Array("type" => "checkbox", "description" => "Daneben", "default" => true, "help" => "Das steht drunter"), );
</source>