This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>YUI DataTable Example : DataGrid SpreadSheet</title> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | |
<script src="http://yui.yahooapis.com/2.9.0/build/yuiloader/yuiloader-min.js"></script> | |
<style type="text/css"> | |
.label_info { | |
background-color: #ccccff; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/********** | |
* | |
* ScrollingDataTable with Footer for YUI 2 | |
* Author: Todd Smith ([email protected]) | |
* <br/> | |
* @module DataTableSF | |
* @requires yahoo, dom, event, element, datasource, datatable | |
* @title DataTableSF Widget | |
* | |
* To implement, add the following to the DataTable configs object, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
<html> | |
<head> | |
<title>YUI PickList Example</title> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | |
<script src="../yui/build/yuiloader/yuiloader-min.js"></script> | |
<style type="text/css"> | |
body { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
<html> | |
<head> | |
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | |
<title>Dialog Quickstart Example - Roll-up Toggle</title> | |
<style type="text/css"> | |
/*margin and padding on body element | |
can introduce errors in determining |
NewerOlder