Hacked By AnonymousFox
--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Escape only the tags of certain HTML elements in <tt>string</tt>.
- !ruby/struct:SM::Flow::P
body: Takes an element or elements or array of elements. Each element is specified by the name of the element, without angle brackets. This matches both the start and the end tag of that element. The attribute list of the open tag will also be escaped (for instance, the double-quotes surrounding attribute values).
- !ruby/struct:SM::Flow::VERB
body: " print CGI::escapeElement('<BR><A HREF="url"></A>', "A", "IMG")\n # "<BR>&lt;A HREF=&quot;url&quot;&gt;&lt;/A&gt"\n\n print CGI::escapeElement('<BR><A HREF="url"></A>', ["A", "IMG"])\n # "<BR>&lt;A HREF=&quot;url&quot;&gt;&lt;/A&gt"\n"
full_name: CGI::escapeElement
is_singleton: true
name: escapeElement
params: (string, *elements)
visibility: public
Hacked By AnonymousFox1.0, Coded By AnonymousFox