Resolved gh-460 to insure that all default fields, including the access and meta fields can be overwriten/replaced with self build fields. Added the UIKIT3 Icon JS to the document where needed. Fixed the permissions implementation to insure spacer fields are not targeted with edit controll and when a view permission is set, it behave correctly.
This commit is contained in:
@ -189,11 +189,7 @@ COM_COMPONENTBUILDER_ADMIN_CUSTOM_TABS_CREATED_DATE_DESC="The date this Admin Cu
|
||||
COM_COMPONENTBUILDER_ADMIN_CUSTOM_TABS_CREATED_DATE_LABEL="Created Date"
|
||||
COM_COMPONENTBUILDER_ADMIN_CUSTOM_TABS_EDIT="Editing the Admin Custom Tabs"
|
||||
COM_COMPONENTBUILDER_ADMIN_CUSTOM_TABS_ERROR_UNIQUE_ALIAS="Another Admin Custom Tabs has the same alias."
|
||||
COM_COMPONENTBUILDER_ADMIN_CUSTOM_TABS_HTML_HINT="// Add the tab HTML here.
|
||||
// To access php values <?php echo $this->MethodName->value; ?>
|
||||
// Note the convention, if in the PHP area above you added a method called getMethodName()
|
||||
// Then [MethodName] becomes a class variable called $this->MethodName
|
||||
// Which will hold the value/s your method returned."
|
||||
COM_COMPONENTBUILDER_ADMIN_CUSTOM_TABS_HTML_HINT="// Add the tab HTML here. To access php values <?php echo $this->methodname->value; ?>"
|
||||
COM_COMPONENTBUILDER_ADMIN_CUSTOM_TABS_HTML_LABEL="HTML"
|
||||
COM_COMPONENTBUILDER_ADMIN_CUSTOM_TABS_ID="Id"
|
||||
COM_COMPONENTBUILDER_ADMIN_CUSTOM_TABS_MODIFIED_BY_DESC="The last user that modified this Admin Custom Tabs."
|
||||
@ -2816,9 +2812,9 @@ COM_COMPONENTBUILDER_COMPONENT_DASHBOARD_HEADER_HINT="Header Here"
|
||||
COM_COMPONENTBUILDER_COMPONENT_DASHBOARD_HEADER_LABEL="Header"
|
||||
COM_COMPONENTBUILDER_COMPONENT_DASHBOARD_HEADER_MESSAGE="Error! Please add header here."
|
||||
COM_COMPONENTBUILDER_COMPONENT_DASHBOARD_HTML_HINT="// Add the tab HTML here.
|
||||
// To access php values <?php echo $this->MethodName->value; ?>
|
||||
// To access php values <?php echo $this->methodname->value; ?>
|
||||
// Note the convention, if in the PHP area above you added a method called getMethodName()
|
||||
// Then [MethodName] becomes a class variable called $this->MethodName
|
||||
// Then [MethodName] becomes a class variable called $this->methodname
|
||||
// Which will hold the value/s your method returned."
|
||||
COM_COMPONENTBUILDER_COMPONENT_DASHBOARD_HTML_LABEL="HTML"
|
||||
COM_COMPONENTBUILDER_COMPONENT_DASHBOARD_ID="Id"
|
||||
|
Reference in New Issue
Block a user