primo commit
This commit is contained in:
		
							
								
								
									
										45
									
								
								plugins/fields/textarea/params/textarea.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										45
									
								
								plugins/fields/textarea/params/textarea.xml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,45 @@ | ||||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <form> | ||||
| 	<fields name="fieldparams"> | ||||
| 		<fieldset name="fieldparams"> | ||||
| 			<field | ||||
| 				name="rows" | ||||
| 				type="number" | ||||
| 				label="PLG_FIELDS_TEXTAREA_PARAMS_ROWS_LABEL" | ||||
| 				filter="integer" | ||||
| 			/> | ||||
|  | ||||
| 			<field | ||||
| 				name="cols" | ||||
| 				type="number" | ||||
| 				label="PLG_FIELDS_TEXTAREA_PARAMS_COLS_LABEL" | ||||
| 				filter="integer" | ||||
| 			/> | ||||
|  | ||||
| 			<field | ||||
| 				name="maxlength" | ||||
| 				type="number" | ||||
| 				label="PLG_FIELDS_TEXTAREA_PARAMS_MAXLENGTH_LABEL" | ||||
| 				filter="integer" | ||||
| 			/> | ||||
|  | ||||
| 			<field | ||||
| 				name="filter" | ||||
| 				type="list" | ||||
| 				label="PLG_FIELDS_TEXTAREA_PARAMS_FILTER_LABEL" | ||||
| 				class="list" | ||||
| 				validate="options" | ||||
| 				> | ||||
| 				<option value="">COM_FIELDS_FIELD_USE_GLOBAL</option> | ||||
| 				<option value="0">JNO</option> | ||||
| 				<option value="raw">JLIB_FILTER_PARAMS_RAW</option> | ||||
| 				<option value="safehtml">JLIB_FILTER_PARAMS_SAFEHTML</option> | ||||
| 				<option value="\Joomla\CMS\Component\ComponentHelper::filterText">JLIB_FILTER_PARAMS_TEXT</option> | ||||
| 				<option value="alnum">JLIB_FILTER_PARAMS_ALNUM</option> | ||||
| 				<option value="integer">JLIB_FILTER_PARAMS_INTEGER</option> | ||||
| 				<option value="float">JLIB_FILTER_PARAMS_FLOAT</option> | ||||
| 				<option value="tel">JLIB_FILTER_PARAMS_TEL</option> | ||||
| 			</field> | ||||
| 		</fieldset> | ||||
| 	</fields> | ||||
| </form> | ||||
		Reference in New Issue
	
	Block a user