cm-searchbox

WebJar for cm-searchbox

License

License

MIT
Categories

Categories

Search Business Logic Libraries
GroupId

GroupId

org.webjars.bowergithub.coderaiser
ArtifactId

ArtifactId

cm-searchbox
Last Version

Last Version

1.0.8
Release Date

Release Date

Type

Type

jar
Description

Description

cm-searchbox
WebJar for cm-searchbox
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/coderaiser/cm-searchbox

Download cm-searchbox

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bowergithub.coderaiser/cm-searchbox/ -->
<dependency>
    <groupId>org.webjars.bowergithub.coderaiser</groupId>
    <artifactId>cm-searchbox</artifactId>
    <version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bowergithub.coderaiser/cm-searchbox/
implementation 'org.webjars.bowergithub.coderaiser:cm-searchbox:1.0.8'
// https://jarcasting.com/artifacts/org.webjars.bowergithub.coderaiser/cm-searchbox/
implementation ("org.webjars.bowergithub.coderaiser:cm-searchbox:1.0.8")
'org.webjars.bowergithub.coderaiser:cm-searchbox:jar:1.0.8'
<dependency org="org.webjars.bowergithub.coderaiser" name="cm-searchbox" rev="1.0.8">
  <artifact name="cm-searchbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bowergithub.coderaiser', module='cm-searchbox', version='1.0.8')
)
libraryDependencies += "org.webjars.bowergithub.coderaiser" % "cm-searchbox" % "1.0.8"
[org.webjars.bowergithub.coderaiser/cm-searchbox "1.0.8"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

CodeMirror Searchbox Build Status

Addon for CodeMirror for search and replace, same as Ace has.

searchbox

Install

npm i cm-searchbox --save

How to use?

var cm = CodeMirror(document.body, {
    searchbox: true
});

You can find more advanced usage example in wiki.

License

MIT

Versions

Version
1.0.8