Module: Arbre::HTML

Defined in:
lib/active_admin/arbre/html/tag.rb,
lib/active_admin/arbre/html/element.rb,
lib/active_admin/arbre/html/document.rb,
lib/active_admin/arbre/html/text_node.rb,
lib/active_admin/arbre/html/attributes.rb,
lib/active_admin/arbre/html/class_list.rb,
lib/active_admin/arbre/html/collection.rb,
lib/active_admin/arbre/html/html5_elements.rb

Defined Under Namespace

Classes: Attributes, ClassList, Collection, Document, Element, P, Table, Tag, TextNode

Constant Summary collapse

AUTO_BUILD_ELEMENTS =
[ :a, :abbr, :address, :area, :article, :aside, :audio, :b, :base,
:bdo, :blockquote, :body, :br, :button, :canvas, :caption, :cite,
:code, :col, :colgroup, :command, :datalist, :dd, :del, :details,
:dfn, :div, :dl, :dt, :em, :embed, :fieldset, :figcaption, :figure,
:footer, :form, :h1, :h2, :h3, :h4, :h5, :h6, :head, :header, :hgroup, 
:hr, :html, :i, :iframe, :img, :input, :ins, :keygen, :kbd, :label, 
:legend, :li, :link, :map, :mark, :menu, :meta, :meter, :nav, :noscript, 
:object, :ol, :optgroup, :option, :output, :pre, :progress, :q,
:s, :samp, :script, :section, :select, :small, :source, :span,
:strong, :style, :sub, :summary, :sup, :table, :tbody, :td,
:textarea, :tfoot, :th, :thead, :time, :title, :tr, :ul, :var, :video ]
HTML5_ELEMENTS =
[ :p ] + AUTO_BUILD_ELEMENTS