no way to compare when less than two revisions

Rozdíly

Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.


cs:formular [12.02.2016 12:25] (aktuální) – vytvořeno stibor@cesnet.cz
Řádek 1: Řádek 1:
 +<form>
 +Action mail me@example.com
 +Thanks "Thanks for submitting your valuable data."
  
 +Fieldset "A set of fields"
 +Textbox  "Employee Name" "=Your Name"
 +number "Your Age" >13 <99
 +email "Your E-Mail Address"
 +textbox "Occupation (optional)" !
 +password "Some password"
 +
 +fieldset "even more fields"
 +select "Please select an option" "Peaches|Apples|Oranges"
 +static "Some static text that could be an agreement"
 +yesno "Read the agreement?"
 +textarea "Tell me about your self"
 +textbox "You need to write 'agree' here" /^agree$/
 +submit "Submit Query"
 +</form>