Liking cljdoc? Tell your friends :D

klipse.ui.editors.editor


beautifycljs

(beautify editor mode {:keys [indent? remove-ending-comments?]})
source

beautify-languagecljsmultimethod

source

code-mirrorcljs

source

createcljs

(create dom-id config)
source

create-editor-after-elementcljs

(create-editor-after-element element
                             value
                             opts
                             &
                             {:keys [klass remove-ending-comments? indent?]
                              :or {remove-ending-comments? false
                                   indent? false}})
source

current-tokencljs

(current-token editor)
source

do-indentcljs

(do-indent editor)
source

fix-blank-linescljs

(fix-blank-lines editor)
source

fix-comments-linescljs

(fix-comments-lines editor mode)
source

get-selectioncljs

(get-selection editor)
source

get-selection-or-nilcljs

(get-selection-or-nil editor)
source

get-selection-when-selectedcljs

(get-selection-when-selected editor)
source

get-valuecljs

(get-value editor)
source

list-completionscljs

(list-completions completions editor)
source

on-changecljs

(on-change editor f)
source

replace-element-by-editorcljs

(replace-element-by-editor element
                           value
                           {:keys [mode] :as opts}
                           &
                           {:keys [klass indent? remove-ending-comments?]
                            :or {indent? true remove-ending-comments? true}})
source

replace-id-by-editorcljs

(replace-id-by-editor id cm-opts & more-opts)
source

set-optioncljs

(set-option editor option value)
source

set-valuecljs

(set-value editor value)
source

set-value-and-beautifycljs

(set-value-and-beautify editor mode value opts)
source

trigger-autocompletecljs

(trigger-autocomplete editor completions)
source

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

× close