handle_special_HYPERLINK

handle_special_HYPERLINK(special)
Instance Public methods

special is a potential link. The following schemes are handled:

mailto:

Inserted as-is.

http:

Links are checked to see if they reference an image. If so, that image gets inserted using an <img> tag. Otherwise a conventional <a href> is used.

link:

Reference to a local file relative to the output directory.

doc_ruby_on_rails
2015-05-02 20:51:26
Comments
Leave a Comment

Please login to continue.