aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates/banner
Commit message (Collapse)AuthorAge
* Overriding scrollbar styles on the template so the scroll track is not ↵Nivesh Rajbhandari2012-06-08
| | | | | | white. This has the side benefit of fixing some of the zoom issues with the scrollbar too. Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* removing all model creators.Valerio Virgillito2012-06-05
| | | | | | The elementModel is now a getter that will create a new model when needed. Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Sharing app data in banner and html templatesJose Antonio Marquez2012-05-17
| | | | Syncing the files to avoid duplicates and ensure consistency.
* Fixed chrome preview for banner templates.Nivesh Rajbhandari2012-05-17
| | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* Squashed master into dom-architectureValerio Virgillito2012-05-16
| | | | Signed-off-by: Valerio Virgillito <valerio@motorola.com>
* Fixing banner templateJose Antonio Marquez2012-05-14
| | | | Need to implement save, but this cover open and new.
* Viewport for banner templates so content doesn't push through "body".Nivesh Rajbhandari2012-05-14
| | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* Fixing 3d to work in banner templates.Nivesh Rajbhandari2012-05-14
| | | | Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
* Fixing position issueJose Antonio Marquez2012-05-11
| | | | Need to implement centering document.
* Adding support for new templatesJose Antonio Marquez2012-05-11
This is supported for NEW and OPEN, SAVE is not supported yet by I/O. Saving works, but it will not be a banner template.