Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1285
Link in XamTexteditor
posted

Is it possible to set the text as a link and when a user clicks on link I can run a routine?

Parents
No Data
Reply
  • 9836
    posted

    Yes, this is possible with a custom template for the editor. You can find the default style for the XamTextEditor in the DefaultStyles\Editors\EditorsGeneric_Express.xaml and add  Hyperlink as a content of the TextBlock that is used in the Template. Probably you will have to use some of the events on the hyperlink or disable edit mode of the grid because when you click the editor will enter edit mode by default.

    Let me know if you have any questions or concerns.

     

     

Children