Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/administrator/components/com_moojla/models/forms/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/administrator/components/com_moojla/models/forms/course_field_mapper.xml

<?xml version="1.0" encoding="utf-8"?>
<form
	addrulepath="/administrator/components/com_moojla/models/rules"
	addfieldpath="/administrator/components/com_moojla/models/fields"
>
	<fieldset name="details">
                <!-- Default Fields.-->
                <!-- Id Field. Type: Text (joomla)-->
                <field name="id"
                       type="text"
                       class="readonly"
                       readonly="true"
                       label="JGLOBAL_FIELD_ID_LABEL"
                       description="JGLOBAL_FIELD_ID_DESC"
                       size="10"
                       default="0" />
                <!-- Date Created Field. Type: Calendar (joomla)-->
                <field name="created"
                       type="calendar"
                      
label="COM_MOOJLA_COURSE_FIELD_MAPPER_CREATED_DATE_LABEL"
                      
description="COM_MOOJLA_COURSE_FIELD_MAPPER_CREATED_DATE_DESC"
                       size="22"
                       format="%Y-%m-%d %H:%M:%S"
                       filter="user_utc" />
                <!-- User Created Field. Type: User (joomla)-->
                <field name="created_by"
                       type="user"
                      
label="COM_MOOJLA_COURSE_FIELD_MAPPER_CREATED_BY_LABEL"
                      
description="COM_MOOJLA_COURSE_FIELD_MAPPER_CREATED_BY_DESC"
/>
                <!-- Published Field. Type: List (joomla)-->
                <field name="published"
                       type="list"
                       label="JSTATUS">
                        <option
value="1">JPUBLISHED</option>
                        <option
value="0">JUNPUBLISHED</option>
                        <option
value="2">JARCHIVED</option>
                        <option
value="-2">JTRASHED</option>
                </field>
                <!-- Date Modified Field. Type: Calendar (joomla)-->
                <field name="modified"
                       type="calendar"
                       class="readonly"
                      
label="COM_MOOJLA_COURSE_FIELD_MAPPER_MODIFIED_DATE_LABEL"
                      
description="COM_MOOJLA_COURSE_FIELD_MAPPER_MODIFIED_DATE_DESC"
                       size="22"
                       readonly="true"
                       format="%Y-%m-%d %H:%M:%S"
                       filter="user_utc" />
                <!-- User Modified Field. Type: User (joomla)-->
                <field name="modified_by"
                       type="user"
                      
label="COM_MOOJLA_COURSE_FIELD_MAPPER_MODIFIED_BY_LABEL"
                      
description="COM_MOOJLA_COURSE_FIELD_MAPPER_MODIFIED_BY_DESC"
                       class="readonly"
                       readonly="true"
                       filter="unset" />
                <!-- Access Field. Type: Accesslevel (joomla)-->
                <field name="access"
                       type="accesslevel"
                       label="JFIELD_ACCESS_LABEL"
                       description="JFIELD_ACCESS_DESC"
                       default="1"
                       required="false" />
                <!-- Ordering Field. Type: Numbers (joomla)-->
                <field name="ordering"
                       type="number"
                       class="inputbox validate-ordering"
                      
label="COM_MOOJLA_COURSE_FIELD_MAPPER_ORDERING_LABEL"
                       description=""
                       default="0"
                       size="6"
                       required="false" />
                <!-- Version Field. Type: Text (joomla)-->
                <field name="version"
                       type="text"
                       class="readonly"
                      
label="COM_MOOJLA_COURSE_FIELD_MAPPER_VERSION_LABEL"
                      
description="COM_MOOJLA_COURSE_FIELD_MAPPER_VERSION_DESC"
                       size="6"
                       readonly="true"
                       filter="unset" />
                <!-- Was added due to Permissions JS needing a Title
field-->
                <!-- Let us know at gh-629 should this change-->
                <!--
https://github.com/vdm-io/Joomla-Component-Builder/issues/629#issuecomment-750117235-->
                <field name="title"
                       type="hidden"
                       default="moojla course_field_mapper" />
                <!-- Dynamic Fields.-->
                <!-- Coursefield Field. Type: Moojlacoursefield.
(custom)-->
                <field type="moojlacoursefield"
                       name="coursefield"
                      
label="COM_MOOJLA_COURSE_FIELD_MAPPER_COURSEFIELD_LABEL"
                      
description="COM_MOOJLA_COURSE_FIELD_MAPPER_COURSEFIELD_DESCRIPTION"
                       class="list_class"
                       multiple="false"
                       default=""
                       required="true"
                       button="false" />
                <!-- Mcoursefields Field. Type: Mcoursefields.
(custom)-->
                <field type="mcoursefields"
                       name="mcoursefields"
                      
label="COM_MOOJLA_COURSE_FIELD_MAPPER_MCOURSEFIELDS_LABEL"
                      
description="COM_MOOJLA_COURSE_FIELD_MAPPER_MCOURSEFIELDS_DESCRIPTION"
                       class="list_class"
                       multiple="false"
                       default=""
                       required="true"
                       button="false" />
                <!-- Field_icon Field. Type: Media. (joomla)-->
                <field type="media"
                       name="field_icon"
                      
label="COM_MOOJLA_COURSE_FIELD_MAPPER_FIELD_ICON_LABEL"
                      
description="COM_MOOJLA_COURSE_FIELD_MAPPER_FIELD_ICON_DESCRIPTION"
                       directory=""
                       preview="ture" />
        </fieldset>
	
	<!-- Access Control Fields. -->
	<fieldset name="accesscontrol">
		<!-- Asset Id Field. Type: Hidden (joomla) -->
		<field
			name="asset_id"
			type="hidden"
			filter="unset"
		/>
		<!-- Rules Field. Type: Rules (joomla) -->
		<field
			name="rules"
			type="rules"
			label="Permissions in relation to this course_field_mapper"
			translate_label="false"
			filter="rules"
			validate="rules"
			class="inputbox"
			component="com_moojla"
			section="course_field_mapper"
		/>
	</fieldset>
</form>