List view
See http://propertycross.com
Overdue by 12 year(s)•Due by September 30, 2013See discussion here https://groups.google.com/d/msg/iphonewebdev/Y_WM2kbk_IQ/DWubGAQKUmAJ Extension should: - Listen for the aftertransition event and check if a data-editablelist attribute is set on the active view node - Add and "Edit“ button in the toolbar - If tapped, a class "editable" might be added to the view's node, and each list item should get a delete toggle element. - Once "Delete selected" is fired, all selected element should get deleted form the list - A callback function should return all deleted elements ID.
No due dateBased on a ' data-scrollable="true" ' attribute, this extension should make any element scrollable using iScroll (http://cubiq.org/iscroll-5). Default behavior is a vertical scroll. This mode can be chosen via another attribute called "data-scrollable-mode". Possible value are hscroll or vscroll (for horizontal or vertical - vertical is the default) Last but not least, if a last attribute "data-scrollable-refresh" is set, then it activates the pull-to-refresh feature, with this attribute value as a callback when the refresh is requested.
Overdue by 12 year(s)•Due by September 30, 2013Based on the Emy theme (cleaner & simplier than iOS), this theme should mimic UI look of the new Blackberry X platform. Toolbar List Panel Buttons Form elements (input text, select, toggle) Dialog panel
No due dateThis should be an extension, using a element as the menu. Hint: this menu is in z-index -1. Opening the menu should be only adding a classname to the body (using emy.addClass(document.body, 'menuisopen') ) Then based on the [selected="true"] attribute, the current view might get a CSS transform translateX(80%). Closing the shoud be just removing the classname to the body element (using emu.changeClass(document.body, 'menuisopen','') Menu items should be normal elements inside a list, with onclick href & target taken in account just like any other link. When a click is triggered, if href is defined, menu has to close first, then trigger the href value. Best practice is a JS object as sideMenu inside emy.plugin (aka emy.plugin.sideMenu)
Overdue by 12 year(s)•Due by September 30, 2013Update of v1
Overdue by 12 year(s)•Due by September 30, 2013•1/5 issues closed