uki
uki copied to clipboard
Simple UiKit for complex web apps
Setting "top" var in global space fails in Chrome ; It will default to window (which is not the expected behaviour).
I'm trying to run locally and I'm getting this error, the same using facebook/powereditor who uses uki. Somebody told me I should change uglify's version, but I do rollback until...
LinkImage which we discussed on UKI's forum.
I'm using a table and I'm unable to get the "selection" binding working. Is there some other binding that should be used instead? `````` javascript uki({ id: 'tbl', view: 'Table',...
When you do start to work on this again; I have a slew of bug fixes and enhancements on my branch I would love to merge back into your master.
When a height of a table view is updated so that rows don't fit it anymore, the scrollbar doesn't appear. Manually invoking layout() on _scrollPane property of a table did...
i am just starting. and now i try to convert the examples express.js to something i could use as an application. i suggest to make express_example.js and express.js
IMHO the AMD format is better suited for client-side module handling than the CommonJS require() format, so this might be worth a consideration: https://github.com/amdjs/amdjs-api/wiki/AMD It is implemented by different loaders,...
Hello, It would be great to see more documentation about how to develop an application following the MVC pattern. You've built the Mail.app as a demonstration of the framework, and...
I have a Select control (from uki-more) inside a popup and whenever I open it to see the options, the parent popup disappears