module Water::Tag

Included Modules

Direct including types

Defined in:

water/tag.cr

Instance Method Summary

Instance methods inherited from module Water::SelfCloseTag

area(attributes = "") area, base(attributes = "") base, br(attributes = "") br, col(attributes = "") col, embed(attributes = "") embed, hr(attributes = "") hr, img(attributes = "") img, input(attributes = "") input, keygen(attributes = "") keygen, link(attributes = "") link, menuitem(attributes = "") menuitem, meta(attributes = "") meta, param(attributes = "") param, source(attributes = "") source, track(attributes = "") track, wbr(attributes = "") wbr

Instance methods inherited from module Water::OpenTag

a(attributes = "", &)
a(content, with attributes = "")
a
, abbr(attributes = "", &)
abbr(content, with attributes = "")
abbr
, address(attributes = "", &)
address(content, with attributes = "")
address
, article(attributes = "", &)
article(content, with attributes = "")
article
, aside(attributes = "", &)
aside(content, with attributes = "")
aside
, b(attributes = "", &)
b(content, with attributes = "")
b
, bdi(attributes = "", &)
bdi(content, with attributes = "")
bdi
, body(attributes = "", &)
body(content, with attributes = "")
body
, button(attributes = "", &)
button(content, with attributes = "")
button
, code(attributes = "", &)
code(content, with attributes = "")
code
, dd(attributes = "", &)
dd(content, with attributes = "")
dd
, details(attributes = "", &)
details(content, with attributes = "")
details
, dialog(attributes = "", &)
dialog(content, with attributes = "")
dialog
, div(attributes = "", &)
div(content, with attributes = "")
div
, dl(attributes = "", &)
dl(content, with attributes = "")
dl
, dt(attributes = "", &)
dt(content, with attributes = "")
dt
, em(attributes = "", &)
em(content, with attributes = "")
em
, fieldset(attributes = "", &)
fieldset(content, with attributes = "")
fieldset
, figcaption(attributes = "", &)
figcaption(content, with attributes = "")
figcaption
, figure(attributes = "", &)
figure(content, with attributes = "")
figure
, footer(attributes = "", &)
footer(content, with attributes = "")
footer
, form(attributes = "", &)
form(content, with attributes = "")
form
, h1(attributes = "", &)
h1(content, with attributes = "")
h1
, h2(attributes = "", &)
h2(content, with attributes = "")
h2
, h3(attributes = "", &)
h3(content, with attributes = "")
h3
, h4(attributes = "", &)
h4(content, with attributes = "")
h4
, h5(attributes = "", &)
h5(content, with attributes = "")
h5
, h6(attributes = "", &)
h6(content, with attributes = "")
h6
, head(attributes = "", &)
head(content, with attributes = "")
head
, header(attributes = "", &)
header(content, with attributes = "")
header
, html(attributes = "", &)
html(content, with attributes = "")
html
, i(attributes = "", &)
i(content, with attributes = "")
i
, iframe(attributes = "", &)
iframe(content, with attributes = "")
iframe
, label(attributes = "", &)
label(content, with attributes = "")
label
, li(attributes = "", &)
li(content, with attributes = "")
li
, main(attributes = "", &)
main(content, with attributes = "")
main
, mark(attributes = "", &)
mark(content, with attributes = "")
mark
, menuitem(attributes = "", &)
menuitem(content, with attributes = "")
menuitem
, meter(attributes = "", &)
meter(content, with attributes = "")
meter
, nav(attributes = "", &)
nav(content, with attributes = "")
nav
, ol(attributes = "", &)
ol(content, with attributes = "")
ol
, option(attributes = "", &)
option(content, with attributes = "")
option
, para(attributes = "", &)
para(content, with attributes = "")
para
, pre(attributes = "", &)
pre(content, with attributes = "")
pre
, progress(attributes = "", &)
progress(content, with attributes = "")
progress
, rp(attributes = "", &)
rp(content, with attributes = "")
rp
, rt(attributes = "", &)
rt(content, with attributes = "")
rt
, ruby(attributes = "", &)
ruby(content, with attributes = "")
ruby
, s(attributes = "", &)
s(content, with attributes = "")
s
, script(attributes = "", &)
script(content, with attributes = "")
script
, section(attributes = "", &)
section(content, with attributes = "")
section
, select_tag(attributes = "", &)
select_tag(content, with attributes = "")
select_tag
, small(attributes = "", &)
small(content, with attributes = "")
small
, span(attributes = "", &)
span(content, with attributes = "")
span
, strong(attributes = "", &)
strong(content, with attributes = "")
strong
, style(attributes = "", &)
style(content, with attributes = "")
style
, summary(attributes = "", &)
summary(content, with attributes = "")
summary
, table(attributes = "", &)
table(content, with attributes = "")
table
, tbody(attributes = "", &)
tbody(content, with attributes = "")
tbody
, td(attributes = "", &)
td(content, with attributes = "")
td
, textarea(attributes = "", &)
textarea(content, with attributes = "")
textarea
, th(attributes = "", &)
th(content, with attributes = "")
th
, thead(attributes = "", &)
thead(content, with attributes = "")
thead
, time(attributes = "", &)
time(content, with attributes = "")
time
, title(attributes = "", &)
title(content, with attributes = "")
title
, tr(attributes = "", &)
tr(content, with attributes = "")
tr
, u(attributes = "", &)
u(content, with attributes = "")
u
, ul(attributes = "", &)
ul(content, with attributes = "")
ul
, video(attributes = "", &)
video(content, with attributes = "")
video
, wbr(attributes = "", &)
wbr(content, with attributes = "")
wbr

Instance Method Detail

def doctype(attributes = "html") #

[View source]
def l(content) #

[View source]
def lm(content : String) #

[View source]
def strip_attributes(attributes : String) #

[View source]
def strip_content(content) #

[View source]