on 2015 Oct 05 8:01 PM
Hi There,
I am trying to create a formatted text decorative element in WDA via admin mode. Please see the screen shots attached.
Added some texts with an anchor tag and the link is not working... According to SAP document, the link won't work even if we pass the parameter href.
<a href=http://www.google.com>Google</a>
Supported Tags - Web Dynpro ABAP - SAP Library
Where do I create the onAction event to add the code? Any inputs would be very much appreciated. Should I enhance the classs, CL_WD_FORMATTED_TEXT or CL_WD_FORMATTED_TEXT_VIEW?
Thank you,
Shen
It requires the target attribute for the link to work. So silly... No need to fire an onAction event.
Correct tag,
<a href="http://www.google.com" target="_blank">Google</a>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
79 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.