Liking cljdoc? Tell your friends :D

spaces.layout.fixed


left-right-middlecljs

(left-right-middle {:keys [height width left left-size left-resizeable
                           left-scrollable right right-size right-resizeable
                           right-scrollable middle middle-scrollable]
                    :or {height "100%"
                         right-scrollable true
                         left-scrollable true
                         right-resizeable true
                         left-size "25%"
                         width "100%"
                         middle-scrollable true
                         right-size "25%"
                         left-resizeable true}})

left-right-topcljs

(left-right-top {:keys [height width top top-size top-resizeable top-scrollable
                        left left-size left-resizeable left-scrollable right
                        right-scrollable]
                 :or {height "100%"
                      right-scrollable true
                      left-scrollable true
                      top-resizeable true
                      left-size "50%"
                      top-scrollable false
                      width "100%"
                      top-size 50
                      left-resizeable true}})

main-topcljs

(main-top {:keys [height width top top-size top-resizeable top-scrollable main
                  main-scrollable]
           :or {height "100%"
                width "100%"
                top-size 50
                top-resizeable true
                top-scrollable false
                main-scrollable true}})

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close