WYSIWYG editing Image gallery upload Content templates
URL Type

Control how URLs are processed in the editor content. Use relative to convert to relative paths or absolute to convert to full URLs.

url-type="relative"

url-type="absolute"

<richtextbox
    name="urlTypeRelative"
    toolbar="default"
    height="200px"
    url-type="relative" />

<richtextbox
    name="urlTypeAbsolute"
    toolbar="default"
    height="200px"
    url-type="absolute" />