Liking cljdoc? Tell your friends :D

om-widgets.popover


app-rootcljs

(app-root)
source

arrow-offset-aligncljs

(arrow-offset-align vl0 vl1 align)
source

client-rectscljs

(client-rects el)
source

popovercljs

(popover front-face
         popup-body
         {:keys [class-name id disabled for prefered-side has-arrow
                 popover-class launcher-class-name channel align visible
                 coordinates]
          :or {class-name "om-widgets-popover-button"
               prefered-side :bottom
               popover-class ""
               launcher-class-name "om-widgets-popover-launcher"
               has-arrow true
               visible false
               channel (chan)
               align 0.5}})

Display a pop over screen window When front-face is a string build a <a tag When front-face is a function must return a om dom/ component. class-name id and disabled works only when front-face is a string prefered-side :top, :bottom, :right, :left default = :bottom

Display a pop over screen window
When front-face is a string build a <a tag
When front-face is a function must return a om dom/ component.
class-name id and disabled works only when front-face is a string
prefered-side :top, :bottom, :right, :left default = :bottom
sourceraw docstring

popover-componentcljs

(popover-component _ owner opts)
source

popover-containercljs

(popover-container _ owner opts)
source

popover-overlaycljs

(popover-overlay _ owner)
source

select-sidecljsmultimethod

source

window-sizecljs

(window-size)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close