document.write("
[
{
"code": "text_nolimits",
"prompt": "Text (No Limitations)",
"type": "text"
},
{
"code": "text_label",
"prompt": "Text (Label)",
"type": "text",
"text_type": "text",
"label": "px"
},
{
"code": "text_placeholder",
"prompt": "Text (Placeholder)",
"type": "text",
"text_type": "text",
"placeholder": "Placeholder Text"
},
{
"code": "text_type_text",
"prompt": "Text (Text)",
"type": "text",
"text_type": "text"
},
{
"code": "text_type_number",
"prompt": "Text (Number)",
"type": "text",
"text_type": "number"
},
{
"code": "text_type_email",
"prompt": "Text (Email)",
"type": "text",
"text_type": "email"
},
{
"code": "text_type_url",
"prompt": "Text (URL)",
"type": "text",
"text_type": "url"
},
{
"code": "text_type_password",
"prompt": "Text (Password)",
"type": "text",
"text_type": "password"
},
{
"code": "text_type_tel",
"prompt": "Text (Tel)",
"type": "text",
"text_type": "tel"
},
{
"code": "text_length",
"prompt": "Text (Min/Max Length)",
"type": "text",
"text_type": "text",
"minlength": 4,
"maxlength": 8
},
{
"code": "text_step",
"prompt": "Text (Step)",
"type": "text",
"text_type": "number",
"step": 4
},
{
"code": "text_min_max",
"prompt": "Text (Min/Max)",
"type": "text",
"text_type": "number",
"min": 4,
"max": 7
},
{
"code": "text_step_min_max",
"prompt": "Text (Step/Min/Max)",
"type": "text",
"text_type": "number",
"step": 2.5,
"min": 3,
"max": 10.5
},
{
"code": "text_step_min_max_2",
"prompt": "Text (Step/Min/Max - Zero)",
"type": "text",
"text_type": "number",
"step": 1,
"min": 0,
"max": 10
},
{
"code": "text_pattern",
"prompt": "Text (Pattern)",
"type": "text",
"text_type": "text",
"validation_pattern": "[a-z]{4,8}",
"validation_message": "Value must be lowercase and 4-8 characters in length"
}
]
text_validation - Snippet hosted by \"Cacher\"
");