MikeEast/Knockout-UI forked from madcapnmckay/Knockout-UI
-
Added right click handler to tree nodes.
madcapnmckay committedDec 4, 2011 -
madcapnmckay committed
Dec 4, 2011
-
Ian Mckay committed
Aug 31, 2011 -
More css resets, avoid css from page bleeding in.
Ian Mckay committedAug 31, 2011 -
Added a minimum z-index to the maxZindex function.
Ian Mckay committedAug 31, 2011 -
Numerous bug fixes. Cursor now doesn't disappear after first click.
Ian Mckay committedAug 31, 2011
-
More reset styles added to prevent bleed through.
Ian Mckay committedAug 25, 2011
-
New link code bug fix when range not selected.
Ian Mckay committedAug 24, 2011 -
Ian Mckay committed
Aug 24, 2011 -
Ian Mckay committed
Aug 24, 2011
-
Bug fix for code editor. Added mime types to code block to allow prop…
Ian Mckay committedAug 22, 2011 …er highlighting.
-
Bug fix issue 3. Drop down value was not being correctly selected whe…
Ian Mckay committedAug 18, 2011 …n using optiontext feature of the options binding. Was caused by jquery autocomplete overwriting the value of the input after the selectedText dependentObservable had fired.
-
Added connector project to mimics the config for many KO UI component…
Ian Mckay committedAug 8, 2011 …s in C# POCOs. Serialize these from the server using JSON.NET or similar to be able to configure the components easily.
-
Ian Mckay committed
Aug 8, 2011
-
Bugfix stop image being inserted into editor itself instead of conten…
Ian Mckay committedAug 7, 2011 …teditable. Make thumbnail calcs ceiling to avoid 1px error creeping in.
-
Fixed bug with disabled menu items remaining so on subsequent calls i…
Ian Mckay committedAug 4, 2011 …ncorrectly.
-
Updated context menu css class + added addition context menu to show …
Ian Mckay committedAug 4, 2011 …switching.
-
More reset styles to avoid page styles bleeding through.
Ian Mckay committedAug 4, 2011 -
Modal Css configurable. Double click calls the editor. Works better w…
Ian Mckay committedAug 4, 2011 …ith rangy when loaded dynamically.
-
New contenteditable editor added.
Ian Mckay committedJul 31, 2011 -
Ian Mckay committed
Jul 31, 2011 -
IsNullOrWhitespace method added.
Ian Mckay committedJul 31, 2011 -
Ian Mckay committed
Jul 31, 2011 -
Ian Mckay committed
Jul 31, 2011
-
Fix broken style for hover on selected.
Ian Mckay committedJul 9, 2011 -
Ian Mckay committed
Jul 9, 2011 -
Add method now takes a full node object instead of Id. This allows se…
Ian Mckay committedJul 9, 2011 …rver side components to provide extra detail not specified, such as child nodes, css class etc. JSlint passing.
-
Move windows offscreen instead of using display:none to keep from mes…
Ian Mckay committedJul 9, 2011 …sing up contents that need width/height.
-
Bug fix for collection enumeration.
Ian Mckay committedJun 18, 2011 -
Bug fix for collection enumeration.
Ian Mckay committedJun 18, 2011
-
Updated jquery version to 1.6.1
Ian Mckay committedJun 15, 2011 -
Removed reference to mapping plugin.
Ian Mckay committedJun 15, 2011 -
Tabs completed and example files finished.
Ian Mckay committedJun 15, 2011 -
Added component option description. Changed names of properties for c…
Ian Mckay committedJun 15, 2011 …onsistency.
-
Removed dependency on mapping plugin. Changed property names to be co…
Ian Mckay committedJun 15, 2011 …nsistent. All functions now accept function names.