this.customBoldText = 'Custom bold text stored in variable';
this.customItalicText = 'Custom italic text stored in variable';
this.customUnderlineText = 'Custom underline text stored in variable';
this.customLinkText = 'Custom link text stored in variable';
L10n.load({
'en-US': {
'richtexteditor': {
bold: this.customBoldText,
italic: this.customItalicText,
underline: this.customUnderlineText,
createLink: this.customLinkText
}
}
}); |
Hi Team,
can you guys please help me with creating a link for a text on a pop-up window.
Thank you Vinitha Devi Murugan
Hi Vinitha Devi Murugan and Vengatesh maniraj,
hope you guys doing great,
i am trying to create a pop-up on a pop-up tab PFA screenshot.....
while i click "click here" its opening in the bottom the way it looks in picture but i want it as a pop-up
can you guys please help me with that