The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding. His beloved son Michael has just come home from the war, but does not intend to become part of his father's business. Through Michael's life the nature of the family business becomes clear. The business of the family is just like the head of the family, kind and benevolent to those who give respect, but given to ruthless violence whenever anything stands against the good of the family.
$(function() { var themes = new Array('afterdark', 'afternoon', 'afterwork', 'aristo', 'black-tie', 'blitzer', 'bluesky', 'bootstrap', 'casablanca', 'cruze', 'cupertino', 'dark-hive', 'dot-luv', 'eggplant', 'excite-bike', 'flick', 'glass-x', 'home', 'hot-sneaks', 'humanity', 'le-frog', 'midnight', 'mint-choc', 'overcast', 'pepper-grinder', 'redmond', 'rocket', 'sam', 'smoothness', 'south-street', 'start', 'sunny', 'swanky-purse', 'trontastic', 'ui-darkness', 'ui-lightness', 'vader'); $('#it').puiinputtext(); $('#ita').puiinputtext(); $('#btn').puibutton(); $('#lbox').puilistbox({ data: themes }); $('#pnl').puipanel(); $('#tbl').puidatatable({ caption: 'Cars', responsive: true, columns: [ {field: 'vin', headerText: 'Vin'}, {field: 'brand', headerText: 'Brand'}, {field: 'year', headerText: 'Year'}, {field: 'color', headerText: 'Color'} ], datasource: [ {'brand': 'Volkswagen', 'year': 2012, 'color': 'White', 'vin': 'dsad231ff'}, {'brand': 'Audi', 'year': 2011, 'color': 'Black', 'vin': 'gwregre345'}, {'brand': 'Renault', 'year': 2005, 'color': 'Gray', 'vin': 'h354htr'}, {'brand': 'Bmw', 'year': 2003, 'color': 'Blue', 'vin': 'j6w54qgh'}, {'brand': 'Mercedes', 'year': 1995, 'color': 'White', 'vin': 'hrtwy34'}, {'brand': 'Opel', 'year': 2005, 'color': 'Black', 'vin': 'jejtyj'}, {'brand': 'Honda', 'year': 2012, 'color': 'Yellow', 'vin': 'g43gr'}, {'brand': 'Chevrolet', 'year': 2013, 'color': 'White', 'vin': 'greg34'}, {'brand': 'Opel', 'year': 2000, 'color': 'Black', 'vin': 'h54hw5'}, {'brand': 'Mazda', 'year': 2013, 'color': 'Red', 'vin': '245t2s'} ] }); $('#dlgbtn').puibutton({ icon: 'ui-icon-arrow-4-diag', click: function() { $('#dlg').puidialog('show'); } }); $('#dlg').puidialog({ responsive: true }); $('#dd').puidropdown({ appendTo: 'self' }); $('#dtgrid').puidatagrid({ header: 'DataGrid', datasource: [ {'brand': 'Volkswagen', 'year': 2012, 'color': 'White', 'vin': 'dsad231ff'}, {'brand': 'Audi', 'year': 2011, 'color': 'Black', 'vin': 'gwregre345'}, {'brand': 'Renault', 'year': 2005, 'color': 'Gray', 'vin': 'h354htr'}, {'brand': 'BMW', 'year': 2003, 'color': 'Blue', 'vin': 'j6w54qgh'}, {'brand': 'Ford', 'year': 1995, 'color': 'White', 'vin': 'hrtwy34'}, {'brand': 'Fiat', 'year': 2005, 'color': 'Black', 'vin': 'jejtyj'}, {'brand': 'Honda', 'year': 2012, 'color': 'Yellow', 'vin': 'g43gr'}, {'brand': 'Volvo', 'year': 2013, 'color': 'White', 'vin': 'greg34'}, {'brand': 'Ford', 'year': 2000, 'color': 'Black', 'vin': 'h54hw5'} ], content: function(car) { return $('<div title="'+ car.vin + '"><img src="resources/demo/images/car/' + car.brand + '.gif" /><div class="car-detail">' + car.year + ' - ' + car.color +'</div></div>').puipanel(); } }); });
<div class="pui-grid pui-grid-responsive"> <div class="pui-grid-row"> <div class="pui-grid-col-2"> InputText </div> <div class="pui-grid-col-10"> <input id="it" type="text" /> </div> </div> <div class="pui-grid-row"> <div class="pui-grid-col-2"> InputTextarea </div> <div class="pui-grid-col-10"> <textarea id="ita" type="text"></textarea> </div> </div> <div class="pui-grid-row"> <div class="pui-grid-col-2"> Button </div> <div class="pui-grid-col-10"> <button id="btn" type="button">Save</button> </div> </div> <div class="pui-grid-row"> <div class="pui-grid-col-2"> Dropdown </div> <div class="pui-grid-col-10"> <select id="dd" name="dd"> <option value="0">Select One</option> <option value="1">Option 1</option> <option value="2">Option 2</option> <option value="3">Option 3</option> </select> </div> </div> <div class="pui-grid-row"> <div class="pui-grid-col-2"> Listbox </div> <div class="pui-grid-col-10"> <select id="lbox"></select> </div> </div> <div class="pui-grid-row"> <div class="pui-grid-col-2"> Dialog </div> <div class="pui-grid-col-10"> <button id="dlgbtn" type="button">Show</button> </div> </div> </div> <div id="dlg" title="Godfather I"> <p>The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding. His beloved son Michael has just come home from the war, but does not intend to become part of his father's business. Through Michael's life the nature of the family business becomes clear. The business of the family is just like the head of the family, kind and benevolent to those who give respect, but given to ruthless violence whenever anything stands against the good of the family.</p> </div> <div id="pnl" title="Panel" style="margin-top:20px"> The story begins as Don Vito Corleone, the head of a New York Mafia family, oversees his daughter's wedding. His beloved son Michael has just come home from the war, but does not intend to become part of his father's business. Through Michael's life the nature of the family business becomes clear. The business of the family is just like the head of the family, kind and benevolent to those who give respect, but given to ruthless violence whenever anything stands against the good of the family. </div> <div id="tbl" style="margin-top:20px"></div>