oxjs/source/Ox.UI/js
2012-05-28 16:03:59 +02:00
..
Bar typos 2012-05-25 09:46:34 +02:00
Calendar Ox.parseHTML -> Ox.sanitizeHTML, Ox.encodeHTML -> Ox.encodeHTMLEntities, Ox.decodeHTML -> Ox.decodeHTMLEntities 2012-05-27 12:40:02 +02:00
Code translate foo to <code>foo</code> 2012-05-28 15:58:10 +02:00
Core allow for binding a callback to all events of an element; change the signature of event callbacks from (data) to (data, event), where event is the original jQuery event (formerly data._event) 2012-05-28 16:02:25 +02:00
Form in event callbacks, use this., not data._element 2012-05-28 16:03:59 +02:00
List rename the 'original event data' property of Ox.List drag & drop events from '_event' to 'event' 2012-05-28 15:55:35 +02:00
Map Ox.parseHTML -> Ox.sanitizeHTML, Ox.encodeHTML -> Ox.encodeHTMLEntities, Ox.decodeHTML -> Ox.decodeHTMLEntities 2012-05-27 12:40:02 +02:00
Menu trailing comma removal, 2012-05-26 15:48:19 +00:00
Panel typo in comment 2012-05-27 21:32:39 +02:00
Video Ox.parseHTML -> Ox.sanitizeHTML, Ox.encodeHTML -> Ox.encodeHTMLEntities, Ox.decodeHTML -> Ox.decodeHTMLEntities 2012-05-27 12:40:02 +02:00
Window trailing comma removal, 2012-05-26 15:48:19 +00:00