Can anyone give me some tips on adding a custom button for each row in a Dashlet. I want to add this button before the Edit and Display buttons which are present there by default.
Any help wil be appreciated!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the array $dashletData[‘dashletName’][‘columns’] in the file dashletName.data.php, add a column for the button
In the file dashletName.php, you need a method process()