Questions tagged [custom-binding]

KnockoutJS: Extending KnockOut JS's built-in bindings to allow a lot of flexibility to encapsulate sophisticated behaviors in an easy-to-reuse way.

156 questions
0
votes
2 answers

jquery multiselect - binding to knockout issue

I am having issues with using Eric Hynds excellent multiselect widget with Knockout. My code is here. I'm using a custom binding from this article. If you change the option in the first box, the multi-select reverts to the default type instead of…
BonyT
  • 10,750
  • 5
  • 31
  • 52
0
votes
1 answer

Setting Custom Bindings in a Template, as part of a Custom Binding

The subject is a little confusing, but here is what I'm trying to do: I have created a KnockoutJS custom binding to display a grid on my page. This works well, I followed the SimpleGrid model on the site. However, some of my fields are dates,…
Brent Pabst
  • 1,156
  • 1
  • 15
  • 37
0
votes
0 answers

Unable to get HTTPS MEX endpoint to work

I have been trying to configure WCF to work with Azure ACS. This WCF configuration has 2 bugs: It does not publish MEX end point. It does not invoke custom behaviour extension. (It just stopped doing that after I made some changes which I can't…
Rahul
  • 400
  • 1
  • 3
  • 15
0
votes
0 answers

How do I write custom binding for WCF Service using code?

How do I write custom binding for WCF Service and include it with the service. I need to do it with code not in config file. If I write a custom binding then how do I include the new binding in my WCF Service? Currently I know how to do it in…
blue
  • 833
  • 2
  • 12
  • 39
-1
votes
1 answer

How can I remove $data, $parent etc. from the DOM (KnockoutJS)

I have just started using knockout so if some stuff is ugly please do tell me! One thing I really want to do is get rid of $parent, $data etc. from the DOM if possible. I have seen ways to do this elsewhere but can't remember where. Snippet is…
-1
votes
2 answers

Durandal/Hot Towel SPA, Bing Maps and knockout custom bindings

I'm using Durandal/Hot Towel SPA with Bing Maps library described here http://soulsolutions.com.au/Blog/tabid/73/EntryId/818/Knockout-JS-and-Bing-Maps.aspx. This library creates custom ko binding to access map control. With durandal this binding…
Damian
  • 2,752
  • 1
  • 29
  • 28
1 2 3
10
11