-
Hi
I am currently using knockout components (with require.js).
e.g ko.components.register('appointmentform', { require: 'mod/appointmentForm' });
I want to enable validations within this plugin. If…
-
About the new component feature in ko 3.2:
There is no possibility to have nested components in html, and to keep child components.
Example, two custom components:
``` html
```
If panel…
-
In the current implementation of these helpers, composing the logic that loads external templates is a bit kludgy as I have to utilize the `module` binding handler in my custom binding in order to tri…
-
I've created a fiddle
https://jsfiddle.net/a8f1kynp/6/
Gross simplification but it gets the point across.. Apologies for my complete lack of CSS awesomeness.
Basically I have 2x objects in my view…
-
It is impossible to change delegated property by child component. Is this is supposed behavior?
Im using `knockout-es5` and I have the following structure:
``` html
```
datagrid:
``` html
```
g…
-
Hi there,
I have a page where I am loading kendo autocomplete and kendo grid as separate widget specific js along knockout kendo bindings
and when I do that grid template get messed up(UI is not prop…
ghost updated
9 years ago
-
Right now, when registering edit and list page components into knockout and koco-router, we need to write at least 4 lines, perhaps more with correct indentation in the components.js file.
Add a util…
-
When using component bindings it seems like any element unknown to IE, even HTML5 elements like `header` become sth. like `` and are therefore not styleable (even when using html5shiv)
If I use `` it…
-
The width and height of a DIV is unavailable at initial binding time. This may be a timing issue with how bindings work, but it makes the following code not work within an init:
d3.select(element).st…
-
我这页面上显示现在的模块数目是 89,618
https://www.npmjs.org/ 显示当前模块数是 89 745
说明已经很接近了...
但是我执行 sync_not_exist 却提示
[tools/sync_not_exist.js] start sync not exist modules
[Tue Aug 19 2014 22:06:06 GMT+0800 (CST)] [wor…