- Mastering KnockoutJS
- Timothy Moran
- 209字
- 2021-08-05 17:13:13
Chapter 2. Extending Knockout with Custom Binding Handlers
Knockout's standard bindings are great. They solve most of the general problems you are likely to encounter when developing web apps. But there is always the need to provide something special, whether you are working on your own library or just trying to add a bit of style to your app. When that happens, you will want to provide that functionality through the same binding system you are using everywhere else. Luckily, Knockout makes extending this system easy. In this chapter, we will be looking at how to make our own binding handlers. We will be covering the following topics:
- What a binding handler contains
- Creating new binding handlers
- Using custom binding handlers to integrate with third-party libraries
- Managing binding contexts
- Using the containerless control flow syntax with custom bindings
Creating custom binding handlers for new and more complex HTML interactions is a key to developing feature-rich applications. While the basics are easy to learn, there are enough extension points to support just about any use case. We are going to be looking at plenty of examples to get a solid idea of what binding handlers are capable of and how we can make the best use of them.
- Learning Cython Programming(Second Edition)
- OpenDaylight Cookbook
- Redis Applied Design Patterns
- TypeScript Blueprints
- Boost C++ Application Development Cookbook(Second Edition)
- MATLAB 2020 從入門到精通
- Cassandra Design Patterns(Second Edition)
- Learn Scala Programming
- MariaDB High Performance
- 軟件項目管理實用教程
- Unity Game Development Scripting
- Python之光:Python編程入門與實戰(zhàn)
- ServiceNow:Building Powerful Workflows
- Building Serverless Architectures
- 零基礎學HTML+CSS第2版