Entering content frame

Function documentation GET_NEWLINE_BEFORE_LINK Method Locate the document in its SAP Library structure

Use

The GET_NEWLINE_BEFORE_LINK method specifies whether or not a line break is inserted automatically before a <link> tag.

If a mobile device meets this condition, the link cannot be displayed in the line of the preceding text.

Example

The following code fragment shows an example of how to use this method:

<% if client_info->get_newline_before_link( )= ‘X’.%>
text <a href="test.htm"/><% else.%>
text<br/>
<a href="test.htm"/>

Interface IF_CLIENT_INFO

Leaving content frame