Custom PHP in View #28
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#28
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Maybe I'm missing something, but I'm going to ask anyway.
I have the code for some custom PHP to use a drag/drop image uploader. This PHP code will render on a single view (property), in a particular tab (media). The script is already coded to only display if the item has an item ID, which will only happen after save.
I can hard code the PHP in the tmpl/edit.php file in the location that I want, but I would prefer this be in Component Builder so it gets compiled.
Where/how would I do this in Component Builder?
Hi, Have a look at this short tutorial... hope it helps