TinyMCE:API/tinymce.util.URI
From Moxiecode Documentation Wiki
[edit]
Class: tinymce.util.URI
This class handles parsing, modification and serialization of URI/URL strings.
[edit]
Constructor
- URI
- Constucts a new URI instance.
[edit]
Methods
- getURI
- Returns the full URI of the internal structure.
- setPath
- Sets the internal path part of the URI.
- toAbsolute
- Converts the specified URI into a absolute URI based on the current URI instance location.
- toAbsPath
- Converts a relative path into a absolute path.
- toRelative
- Converts the specified URI into a relative URI based on the current URI instance location.
- toRelPath
- Converts a absolute path into a relative path.
