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
<script type="text/javascript" src="frameworks/yui_2.7.0b/yui/build/yuiloader/yuiloader-debug.js"></script> | |
<script type="text/javascript" src="js/loader-config.js"></script> | |
<script type="text/javascript"> | |
(function() { | |
var loader = new YAHOO.util.YUILoader(_yuiloader_config.config); | |
var modules = _yuiloader_config.modules; | |
for (i=0; i < modules.length; ++i) { | |
loader.addModule(modules[i]); | |
} |
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
<script type="text/javascript" src="frameworks/yui_2.7.0b/yui/build/yuiloader/yuiloader-debug.js"></script> | |
<script type="text/javascript" src="js/loader-config.js"></script> | |
<script type="text/javascript"> | |
(function() { | |
var loader = new YAHOO.util.YUILoader(_yuiloader_config.config); | |
var modules = _yuiloader_config.modules; | |
for (i=0; i < modules.length; ++i) { | |
loader.addModule(modules[i]); | |
} |
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
<script type="text/javascript" src="frameworks/yui_2.7.0b/yui/build/yuiloader/yuiloader-debug.js"></script> | |
<script type="text/javascript" src="js/loader-config.js"></script> | |
<script type="text/javascript"> | |
(function() { | |
var loader = new YAHOO.util.YUILoader(_yuiloader_config.config); | |
var modules = _yuiloader_config.modules; | |
for (i=0; i < modules.length; ++i) { | |
loader.addModule(modules[i]); | |
} |
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
<script type="text/javascript" src="frameworks/yui_2.7.0b/yui/build/yuiloader/yuiloader-debug.js"></script> | |
<script type="text/javascript" src="js/loader-config.js"></script> | |
<script type="text/javascript"> | |
(function() { | |
var loader = new YAHOO.util.YUILoader(_yuiloader_config.config); | |
var modules = _yuiloader_config.modules; | |
for (i=0; i < modules.length; ++i) { | |
loader.addModule(modules[i]); | |
} |
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
<script type="text/javascript" src="frameworks/yui_2.7.0b/yui/build/yuiloader/yuiloader-debug.js"></script> | |
<script type="text/javascript" src="js/loader-config.js"></script> | |
<script type="text/javascript"> | |
(function() { | |
var loader = new YAHOO.util.YUILoader(_yuiloader_config.config); | |
var modules = _yuiloader_config.modules; | |
for (i=0; i < modules.length; ++i) { | |
loader.addModule(modules[i]); | |
} |
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
<script type="text/javascript" src="frameworks/yui_2.7.0b/yui/build/yuiloader/yuiloader-debug.js"></script> | |
<script type="text/javascript" src="js/loader-config.js"></script> | |
<script type="text/javascript"> | |
(function() { | |
_yuiloader_config.config.onSuccess = function () { | |
editAreaLoader.init({ | |
id: "textarea_1" // textarea id | |
,min_height: "400" | |
,syntax: "xml" // syntax to be uses for highlighting | |
,start_highlight: true // to display with highlight mode on start-up |
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
<script type="text/javascript" src="frameworks/yui_2.7.0b/yui/build/yuiloader/yuiloader-debug.js"></script> | |
<script type="text/javascript" src="js/loader-config.js"></script> | |
<script type="text/javascript"> | |
(function() { | |
_yuiloader_config.config.onSuccess = function () { | |
}; | |
_yuiloader_config.config.onFailure = function () { | |
alert("epic failure"); | |
}; |
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
// Pages Datatable | |
// Delete Record ToolTip | |
var delToolTip = function(el) { | |
el.title = 'Delete Record'; | |
}; | |
// Add Groups to Page ToolTip | |
var pgToolTip = function(el) { | |
el.title = 'Add Groups to Page'; | |
}; |
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
Data returned from "db_taskmanager.php?action=select-users"; | |
{ "usersList": [{"value":12,"label":"Baker,Zac"},{"value":166,"label":"Smith,James"},{"value":81,"label":"Wagner,Richard"}, | |
// User Dropdown Custom Formatter | |
YAHOO.widget.DataTable.Formatter.lookup = function(elCell, oRecord, oColumn, oData) { | |
var lookupTable = oColumn.lookupTable || (oColumn.editor instanceof YAHOO.widget.DropdownCellEditor) && oColumn.editor.dropdownOptions; |
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
<!-- Combo-handled YUI CSS files: --> | |
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/combo?2.7.0/build/reset-fonts-grids/reset-fonts-grids.css&2.7.0/build/base/base-min.css&2.7.0/build/logger/assets/skins/sam/logger.css"> | |
<!-- Combo-handled YUI JS files: --> | |
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.7.0/build/yahoo/yahoo-debug.js&2.7.0/build/event/event-debug.js&2.7.0/build/dom/dom-debug.js&2.7.0/build/logger/logger-debug.js"></script> |
OlderNewer