| | 142 | == xinha_config.expandRelativeUrl == |
| | 143 | When the editor is in different directory depth as the edited page relative image sources will break the display of your images.[[BR]] |
| | 144 | This fixes an issue where Mozilla converts the urls of images and links that are on the same server to relative ones (../) when dragging them around in the editor (Ticket #448) |
| | 145 | Allowed values are true or false.[[BR]] |
| | 146 | true : if you want to have relative URLs in links an images converted to absolute ones.[[BR]] |
| | 147 | false : no update done to the baseHref (absolute links).[[BR]] |
| | 148 | default value : true |
| | 149 | |