Hi Everyone,
I am trying to build a smarticon that will allow me to click on a button and add a preset text with my web conference details. I have been able to build the button that can add all the text, but now I want to include the hyperlink to the web conference at the same time. I have looked at a couple of websites but can not find a command that will add a hyperlink. Can anyone help?
Here is a copy of the code I have been using
@Command([TextBold]);
@Command([TextUnderline]);
@Command([EditInsertText];“Dial In Details”);
@Command([EditInsertText];@NewLine);
@Command( [TextBold]);
@Command([TextUnderline]);
@Command([EditInsertText];“Primary Dial-In: ########”);
@Command([EditInsertText];@NewLine);
@Command([EditInsertText];“Alternative Dial In: ########”);
@Command([EditInsertText];@NewLine);
@Command([EditInsertText];“Passcode: ########”);
@Command([EditInsertText];@NewLine);
@Command([EditInsertText];@NewLine);
@Command([TextBold]);
@Command([TextUnderline]);
@Command([EditInsertText];“Web-Ex Details”);
@Command([EditInsertText];@NewLine);
@Command( [TextBold]);
@Command([TextUnderline]);
@Command([EditInsertText];“Web Address: http://www.test.com”);
@Command([EditInsertText];@NewLine);
Any help will be appreciated.
Thanks
BDS