Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
Learn how to set URLs that point to external content (ExternalContentURL).
To set a URL that point to external content (ContentURL), proceed by the following steps:// obtain modifiable instance of an existing ContentURL final Modifiable modifiable = cmController.getModifiableNode(contentUrl); // identify target of url final String target = ... // identify markup final Markup markup = ... // set URL ((ModifiableContentURL) modifiable).setURL(target, markup);Parent topic: Set URLs Related information