Skip to content
Maxime LUCE edited this page Feb 25, 2014 · 5 revisions

KoHandlers - Documentation

Knockout Utilities Extensions to simplify Knockout app development.

Introduction

Installation How to install KoHandlers.

Quick start How to use KoHandlers in your project

Binding Handlers

Text Bindings

Binding Handlers to help manipulating texts.

Limited text Limit input text to given length and append given suffix.

Text padding Ensure text length by adding given replacement character.

Text formatting Allow easy text formatting.

File Size Simplify input file size by using measure units.

Helper Bindings

Binding Handlers to simplify some usefull tasks.

Src attribute Allow quick src attribute data binding.

Href attribute Allow quick href attribute data binding.

Mailto attribute Allow quick mailto href attribute data binding.

UI Bindings

Binding Handlers to simplify UI creation.

On event handler Allow jQuery on method shortcut data binding.

Hover helper Allow hover data binding helper, with classes support.

Toggle helper Toggle a boolean observable on given event handling.

Toggle Class helper Allow setting classes for hover, out, and down mouse state.

Double Click handler Allow double click event handler shortcut data binding.

Editable Allow creating complex editable element which have a display and an editable state.

Development Bindings

Binding Handlers to help debug and development processing.

Debug helper Allow easy property logging.

Console helper Allow simple console data binding.

Clone this wiki locally