Example #1
0
        $filter = $_GET["filter"];
        $loader->filter = $filter;
    }
    if (isset($_GET["combine"])) {
        $combine = true;
    }
    if (isset($_GET["loadOptional"])) {
        $loadOptional = true;
    }
    $loader->combine = $combine;
    $loader->loadOptional = $loadOptional;
    // tell the loader about each module requested
    foreach ($modules as $module) {
        $loader->load($module);
    }
    $output = $loader->processDependencies($contenttype, $moduletype);
}
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>

<head>
<title>Yahoo UI Library Loader</title>

<style type="text/css">


    pre {
        font-size:90%;
    }