| Current Path : /home/juvelize/saulnois/tmp/install_695d2cf0b4957/forms/subforms/ |
| Current File : /home/juvelize/saulnois/tmp/install_695d2cf0b4957/forms/subforms/string.xml |
<?xml version="1.0" encoding="UTF-8"?>
<form>
<field name="str_function" type="list" label="String Function" layout="joomla.form.field.list-fancy-select">
<option value="">JSELECT</option>
<option value="pre_concat">Pre Concatenation</option>
<option value="post_concat">Post Concatenation</option>
<option value="strtolower">Lower Case (strtolower)</option>
<option value="strtoupper">Upper Case (strtoupper)</option>
<option value="ucfirst">Sentence Case (ucfirst)</option>
<option value="lcfirst">Lower Case First (lcfirst)</option>
<option value="ucwords">Capitalize Case (ucwords)</option>
<option value="htmlspecialchars_decode">HTML Special Chars Decode (htmlspecialchars_decode)</option>
<option value="htmlspecialchars">HTML Special Chars (htmlspecialchars)</option>
<option value="htmlentities">HTML Entities (htmlentities)</option>
<option value="preg_replace">Preg Replace (preg_replace)</option>
<option value="str_getcsv">CSV to Array (str_getcsv)</option>
<option value="str_replace">Replace (str_replace)</option>
<option value="str_ireplace">Case-insensitive Replace (str_ireplace)</option>
<option value="str_repeat">Repeat (str_repeat)</option>
<option value="str_shuffle">Shuffle (str_shuffle)</option>
<option value="str_word_count">Word Count (str_word_count)</option>
<option value="strip_tags">Strip Tags (strip_tags)</option>
<option value="strlen">Length (strlen)</option>
<option value="strrev">Reverse (strrev)</option>
<option value="substr">Substring (substr)</option>
<option value="substr_replace">Substring Replace (substr_replace)</option>
<option value="trim">Trim (trim)</option>
<option value="ltrim">Left Trim (ltrim)</option>
<option value="rtrim">Right Trim (rtrim)</option>
<option value="str_pad">Pad (str_pad)</option>
<option value="wordwrap">Word Wrap (wordwrap)</option>
<option value="number_format">Number Format (number_format)</option>
<option value="explode">Explode (explode)</option>
<option value="str_split">Split (str_split)</option>
<option value="chunk_split">Chunk Split (chunk_split)</option>
<option value="nl2br">New Line to Break (nl2br)</option>
<option value="parse_url">Parse Url (parse_url)</option>
<option value="hash">Hash (hash)</option>
<option value="str_random">Random Generator</option>
</field>
<field name="p1" type="text" label="Parameter 1"
showon="str_function:preg_replace,str_replace,str_ireplace,str_repeat,substr,substr_replace,str_pad,wordwrap,number_format,explode,str_split,chunk_split,str_random,pre_concat,post_concat,hash" />
<field name="p2" type="text" label="Parameter 2"
showon="str_function:preg_replace,str_replace,str_ireplace,substr,substr_replace,str_pad,wordwrap,chunk_split,str_random" />
</form>