Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
module_designer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Prathyusha
module_designer
Commits
ff2841b3
Commit
ff2841b3
authored
Mar 04, 2022
by
Prathyusha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Add_Email_Editor_Insert_Links.js
parent
f2ac4f51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Add_Email_Editor_Insert_Links.js
Add_Email_Editor_Insert_Links.js
+5
-1
No files found.
Add_Email_Editor_Insert_Links.js
View file @
ff2841b3
//Add a TAP Script with name "CustomEmailEditorInsertLinks" in Contacts module.
//This will be shown in compose Email editor insert links dropdown
var
Contacts_Component_CustomEmailEditorInsertLinks
=
VTAP
.
Component
.
Core
.
extend
({
created
()
{
VTAP
.
Component
.
Register
(
'EMAIL_EDITOR_INSERT_LINKS'
,
{
...
...
@@ -5,7 +9,7 @@ var Contacts_Component_CustomEmailEditorInsertLinks = VTAP.Component.Core.extend
clickHandler
:
(
record
)
=>
{
alert
(
'clicked on email for related module'
+
record
.
_moduleName
);
},
icon
:
' fa fa-
contact
s'
icon
:
' fa fa-
emailtemplate
s'
});
}
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment