1.0.0 • Published 8 years ago

@aki77/atom-input-dialog v1.0.0

Weekly downloads
82
License
MIT
Repository
github
Last release
8 years ago

atom-input-dialog Build Status

InputDialog

Example

InputDialog = require '@aki77/atom-input-dialog'

dialog = new InputDialog({
  callback: (text) ->
    console.log text
})
dialog.attach()

Constructor Params

Pass an optional params object to the constructor with the following keys:

  • callback
  • elementClass
  • defaultText
  • selectedRange
  • labelText
  • labelClass
  • validator
  • textPattern
1.0.0

8 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago