Current Path : /usr/local/share/ri/1.8/system/CGI/HtmlExtension/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/share/ri/1.8/system/CGI/HtmlExtension/cdesc-HtmlExtension.yaml |
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: [] comment: - !ruby/struct:SM::Flow::P body: Mixin module providing HTML generation methods. - !ruby/struct:SM::Flow::P body: For example, - !ruby/struct:SM::Flow::VERB body: " cgi.a("http://www.example.com") { "Example" }\n # => "<A HREF=\\"http://www.example.com\\">Example</A>"\n" - !ruby/struct:SM::Flow::P body: Modules Http3, Http4, etc., contain more basic HTML-generation methods (:title, :center, etc.). - !ruby/struct:SM::Flow::P body: See class CGI for a detailed example. constants: [] full_name: CGI::HtmlExtension includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: a - !ruby/object:RI::MethodSummary name: base - !ruby/object:RI::MethodSummary name: blockquote - !ruby/object:RI::MethodSummary name: caption - !ruby/object:RI::MethodSummary name: checkbox - !ruby/object:RI::MethodSummary name: checkbox_group - !ruby/object:RI::MethodSummary name: file_field - !ruby/object:RI::MethodSummary name: form - !ruby/object:RI::MethodSummary name: hidden - !ruby/object:RI::MethodSummary name: html - !ruby/object:RI::MethodSummary name: image_button - !ruby/object:RI::MethodSummary name: img - !ruby/object:RI::MethodSummary name: multipart_form - !ruby/object:RI::MethodSummary name: password_field - !ruby/object:RI::MethodSummary name: popup_menu - !ruby/object:RI::MethodSummary name: radio_button - !ruby/object:RI::MethodSummary name: radio_group - !ruby/object:RI::MethodSummary name: reset - !ruby/object:RI::MethodSummary name: scrolling_list - !ruby/object:RI::MethodSummary name: submit - !ruby/object:RI::MethodSummary name: text_field - !ruby/object:RI::MethodSummary name: textarea name: HtmlExtension superclass: