(a & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of a tag
Shortcut for clojure map representation of a tag
(anmtn animation-name from-props to-props)
Generate map that represents animation in css style
animation-name Is animation name from-props Is map of properties at the start of animation {:width "50px"} to-props Is map of properties at the end of animation {:width "100px"}
Generate map that represents animation in css style animation-name Is animation name from-props Is map of properties at the start of animation {:width "50px"} to-props Is map of properties at the end of animation {:width "100px"}
(article & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of article tag
Shortcut for clojure map representation of article tag
(aside & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of aside tag
Shortcut for clojure map representation of aside tag
(b & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of b tag
Shortcut for clojure map representation of b tag
(blockquote & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of blockquote tag
Shortcut for clojure map representation of blockquote tag
(body & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of body tag
Shortcut for clojure map representation of body tag
(button & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of button tag
Shortcut for clojure map representation of button tag
(crt el & [cont attrs events dynamic-attrs])
Create clojure map that represents HTML element
el String that represents HTML element cont Content of HTML that can be string, new crt fn call or vector of crt fn calls attrs Attrs is a map of attributes for particular HTML element {:style {:width "50px"} :id "id"} events Events is a map of events on particular HTML element {:onclick {:evt-fn <fn-name> :evt-p <fn-param-name>}}
Create clojure map that represents HTML element el String that represents HTML element cont Content of HTML that can be string, new crt fn call or vector of crt fn calls attrs Attrs is a map of attributes for particular HTML element {:style {:width "50px"} :id "id"} events Events is a map of events on particular HTML element {:onclick {:evt-fn <fn-name> :evt-p <fn-param-name>}}
(del & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of del tag
Shortcut for clojure map representation of del tag
(div & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of div tag
Shortcut for clojure map representation of div tag
(em & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of em tag
Shortcut for clojure map representation of em tag
(fieldset & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of fieldset tag
Shortcut for clojure map representation of fieldset tag
(footer & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of footer tag
Shortcut for clojure map representation of footer tag
(form & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of form tag
Shortcut for clojure map representation of form tag
(form-style-content data)
Generate string that represents selector or animation of style HTML element
Generate string that represents selector or animation of style HTML element
(gen data & [tag-type])
Generate HTML element from map generated by crt or stl fns
Generate HTML element from map generated by crt or stl fns
(generate-html data)
Generates HTML element out of clojure map created by crt fn
Generates HTML element out of clojure map created by crt fn
(generate-style data)
Generates style HTML element from clojure map generated by stl fn
Generates style HTML element from clojure map generated by stl fn
(h1 & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of h1 tag
Shortcut for clojure map representation of h1 tag
(h2 & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of h2 tag
Shortcut for clojure map representation of h2 tag
(h3 & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of h3 tag
Shortcut for clojure map representation of h3 tag
(h4 & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of h4 tag
Shortcut for clojure map representation of h4 tag
(h5 & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of h5 tag
Shortcut for clojure map representation of h5 tag
(h6 & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of h6 tag
Shortcut for clojure map representation of h6 tag
(head & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of head tag
Shortcut for clojure map representation of head tag
(header & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of header tag
Shortcut for clojure map representation of header tag
(html & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of html tag
Shortcut for clojure map representation of html tag
(i & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of i tag
Shortcut for clojure map representation of i tag
(img & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of img tag
Shortcut for clojure map representation of img tag
(input & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of input tag
Shortcut for clojure map representation of input tag
(ins & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of ins tag
Shortcut for clojure map representation of ins tag
(label & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of label tag
Shortcut for clojure map representation of label tag
(legend & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of legend tag
Shortcut for clojure map representation of legend tag
(li & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of li tag
Shortcut for clojure map representation of li tag
(mark & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of mark tag
Shortcut for clojure map representation of mark tag
(menu & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of menu tag
Shortcut for clojure map representation of menu tag
(menuitem & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of menuitem tag
Shortcut for clojure map representation of menuitem tag
(nav & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of nav tag
Shortcut for clojure map representation of nav tag
(ol & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of ol tag
Shortcut for clojure map representation of ol tag
(option & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of option tag
Shortcut for clojure map representation of option tag
(p & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of p tag
Shortcut for clojure map representation of p tag
(pre & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of pre tag
Shortcut for clojure map representation of pre tag
(q & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of q tag
Shortcut for clojure map representation of q tag
(script & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of script tag
Shortcut for clojure map representation of script tag
(section & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of section tag
Shortcut for clojure map representation of section tag
(select & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of select tag
Shortcut for clojure map representation of select tag
(slctr selector props-map)
Generate map that represents selector and it's properties
selector Is a css selector props-map Is map of properties applied to element selected by selector
Generate map that represents selector and it's properties selector Is a css selector props-map Is map of properties applied to element selected by selector
(small & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of small tag
Shortcut for clojure map representation of small tag
(source & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of source tag
Shortcut for clojure map representation of source tag
(span & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of span tag
Shortcut for clojure map representation of span tag
(stl id & cont)
Generate map that represents style HTML element
id Is identification of style HTML element cont Is a content of style HTML element that can be map generated by anmtn or slctr fns or vector of these maps
Generate map that represents style HTML element id Is identification of style HTML element cont Is a content of style HTML element that can be map generated by anmtn or slctr fns or vector of these maps
(strong & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of strong tag
Shortcut for clojure map representation of strong tag
(style & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of style tag
Shortcut for clojure map representation of style tag
(sub & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of sub tag
Shortcut for clojure map representation of sub tag
(sup & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of sup tag
Shortcut for clojure map representation of sup tag
(table & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of table tag
Shortcut for clojure map representation of table tag
(tbody & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of tbody tag
Shortcut for clojure map representation of tbody tag
(td & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of td tag
Shortcut for clojure map representation of td tag
(textarea & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of textarea tag
Shortcut for clojure map representation of textarea tag
(th & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of th tag
Shortcut for clojure map representation of th tag
(thead & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of thead tag
Shortcut for clojure map representation of thead tag
(title & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of title tag
Shortcut for clojure map representation of title tag
(tr & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of tr tag
Shortcut for clojure map representation of tr tag
(ul & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of ul tag
Shortcut for clojure map representation of ul tag
(video & [cont attrs events dynamic-attrs])
Shortcut for clojure map representation of video tag
Shortcut for clojure map representation of video tag
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close