Sha256: 4ef43b0d707366f70c3eb38e031b44ce9e0dcecf272c6c84837ac9e24f12ab2b

Contents?: true

Size: 966 Bytes

Versions: 2

Compression:

Stored size: 966 Bytes

Contents

Numeric Input is a plugin that allows you to use ```<input type = "number">``` in the dialogs of CKEditor.

If you have created a dialog and want to add a field in which the user can only enter a number, CKEditor only lets you use a text field and add a validation when the user clicks on the OK button in the dialog.

To improve the user experience and usability of their plugins, you can add the Numeric Input plugin to your editor.

With Numeric Input You can tell the browser user that the field is type = "number"; in this way the browser will:

- Prevent the user to enter non-numeric values  
- Offer buttons to increase or decrease the numerical value  
- Prevent the user to enter a value out of range  

With Numeric Input you can define the allowed number range and the value to add or subtract when the user clicks the buttons to increase or decrease.

More info: http://www.pluginsforckeditor.com/More-Plugins/NumericInput-Introduction

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
integral-1.3.0 app/assets/javascripts/ckeditor/plugins/numericinput/README.md
integral-1.2.0 app/assets/javascripts/ckeditor/plugins/numericinput/README.md