~ubuntu-branches/ubuntu/trusty/ubuntu-html5-theme/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/data/html/test-pagestack-in-app.html

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Adnane Belmadiaf, daker, Kyle Nitzsche, Colin Watson, Alexandre Abreu, Ubuntu daily release
  • Date: 2014-01-07 23:46:53 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20140107234653-oagvm6guom4h9dvh
Tags: 0.1+14.04.20140107-0ubuntu1
[ Adnane Belmadiaf ]
* s/parentNode/parendNode Spaces instead of tabs. (LP: #1241215)
* Add option selector widget. (LP: #1232533)

[ daker ]
* Passe the UI variable name so we will not lock the variable. (LP:
  #1222878)
* Made variable declaration locale. (LP: #1222881)
* Fixed z-index for the list items aside. (LP: #1223973)
* s/parentNode/parendNode Spaces instead of tabs. (LP: #1241215)
* Space instead of tab. (LP: #1240682)
* Made list items with headers differentes. (LP: #1246446)
* Updated the progressbar component to match the design.
* Move tabs closer to what they should be, Expand API to match the QML
  one (at least at the Tabs level), .
* Add option selector widget. (LP: #1232533)

[ Kyle Nitzsche ]
* Add button id to "Invalid button ID" error message .
* This MR does three main things: 1) Implements yuidoc comments in all
  js files to support API doc generation, and provides yuidoc assets
  (theme dir and json file) needed to build the API docs. Bug LP:
  #1241029 3) Provides JS classes for shape and page with
  corresponding UbuntuUI prototype constructor functions. Bug LP:
  #1243248 4) Adds a getEl(UbuntuUIObject) to return the element for
  any Ubuntu class. Also LP: #1243248. (LP: #1243248, #1241029)

[ Colin Watson ]
* Make ubuntu-html5-theme Multi-Arch: foreign.

[ Alexandre Abreu ]
* Fix exec path in app-gallery app desktop file. (LP: #1235321)
* Add convenient element() function to most widgets ... (we might want
  to factor those out in a second step).
* Move tabs closer to what they should be, Expand API to match the QML
  one (at least at the Tabs level), .
* Add HTML5 webapp container package.

[ Ubuntu daily release ]
* Automatic snapshot from revision 98

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    <script src="../../../0.1/ambiance/js/core.js"></script>
35
35
    <script src="../../../0.1/ambiance/js/buttons.js"></script>
36
36
    <script src="../../../0.1/ambiance/js/dialogs.js"></script>
 
37
    <script src="../../../0.1/ambiance/js/page.js"></script>
37
38
    <script src="../../../0.1/ambiance/js/pagestacks.js"></script>
38
39
    <script src="../../../0.1/ambiance/js/popovers.js"></script>
 
40
    <script src="../../../0.1/ambiance/js/tabs.js"></script>
 
41
    <script>
 
42
      window.onload = function () {
 
43
      };
 
44
    </script>
39
45
 
40
46
</head>
41
47
<body>
42
48
    <div data-role="page">
43
49
        <header data-role="header">
44
 
            <nav data-role="navbar" class="tabs">
45
 
                <div class="tabs-inner">
46
 
                    <ul data-role="tabs">
47
 
                        <li class="active" data-role="tab">
48
 
                            <a href="#item1">Tab 1</a>
49
 
                        </li>
50
 
                        <li class="inactive" data-role="tab">
51
 
                            <a href="#item2">Tab 2</a>
52
 
                        </li>
53
 
                        <li class="inactive" data-role="tab">
54
 
                            <a href="#item3">Tab 3</a>
55
 
                        </li>
56
 
                    </ul>
57
 
                </div>
58
 
            </nav>
 
50
          <ul data-role="tabs">
 
51
            <li data-role="tab">Tab 1</li>
 
52
            <li data-role="tab">Tab 2</li>
 
53
            <li data-role="tab">Tab 3</li>
 
54
          </ul>
59
55
        </header>
60
56
 
61
57
        <div data-role="content">