- 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.
- Functional Python Programming
- Spring 5企業級開發實戰
- Oracle Exadata性能優化
- 編程的修煉
- Python機器學習:數據分析與評分卡建模(微課版)
- Learn to Create WordPress Themes by Building 5 Projects
- arc42 by Example
- Java加密與解密的藝術(第2版)
- Magento 2 Development Cookbook
- INSTANT Sencha Touch
- C語言實驗指導及習題解析
- Highcharts Cookbook
- Hands-On Natural Language Processing with Python
- Swift 4 Protocol-Oriented Programming(Third Edition)
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰