We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Creates a http hyperlink. It uses as base the class RGhost::TextIn.
doc.text_link "Click here",:url => "http://mysite", :tag => :link, :color => :blue
doc.text_link "Click here", :x=> 2, :y=> 4, :url => "http://mysite"
Example
Defining a clickable rectangle with that simple code
doc.rectangle_link :url=> "http://www.hashcode.eti.br", :width => 10, :height => 5, :x => 5,:y => 22, :color => :blue