Liking cljdoc? Tell your friends :D

spaces.layout.screen


screen-left-right-middlecljs

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

screen-left-right-topcljs

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

screen-main-topcljs

(screen-main-top {:keys [top top-size top-resizeable top-scrollable main
                         main-scrollable]
                  :or {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