Libmoebius > Moebius2 / Docs / NavigationManager.html

Questions? Need Help? Want to share? » PHP Forum
Script Name:
Libmoebius

Download:
libmoebius.zip

Category:
Development Tools

Archive Content:

Moebius2 > Base

Moebius2 > Db

Moebius2 > Docs

Moebius2 > Navigation > Generators

Moebius2 > Navigation

Moebius2 > Session

Moebius2 > Template

Moebius2 > Xhtml > Base

Moebius2 > Xhtml > Widgets

Moebius2

NavigationManager.html:


<html>
    <head>
        <title>NavigationManager</title>
        <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
        <style type="text/css">
        body {background-color: white;}
        a {font-family: monospace;}
        ul {list-style-type: none;}
        .classTitle {color: blue;}
        .name {color: black;}
        .version {color: black;}
        .requires {color: red;}
        .extends {color: black;}
        .description {color: black;font-family: sans-serif;}
        .author {color: blue;}
        .methodsTitle {color: blue;}
        .methodList {color: blue;}
        .methodName {color: blue;font-weight: bold;}
        .returns {color: black;}
        .param {color: black;font-weight: bold;font-family: monospace;}
        </style>
    </head>
    <body>
        <h1 class="classTitle">NavigationManager Class</h1>
        <br />
        <span class="name">Name: NavigationManager</span>
        <br />
        <span class="description">Description:</span>
        <ul class="description">
            <li>* This class manages the generation of the menus.</li>
        </ul>
        <br />
        <span class="package">Package: moebius.navigation</span>
        <br />
        <span class="author">Author: Alejandro Espinoza &lt; <a href="mailto:aespinoza <at> structum.com <dot> mx">aespinoza <at> structum.com <dot> mx</a> &gt;</span>
        <br />
        <span class="version">Version: 0.8</span>
        <br />
        <span class="extends">Extends: ObjectManager</span>
        <br />
        <span class="requires">Requires: ObjectManager</span>
        <hr />
        <h2 class="methodsTitle">All Methods</h2>
        <span class="methodList">
            <a href="#NavigationManager">NavigationManager</a>
            <br />
            <a href="#SetMenuGenerator">SetMenuGenerator</a>
            <br />
            <a href="#GetMenuScript">GetMenuScript</a>
            <br />
        </span>
        <hr />
        <p>
            <a name="NavigationManager">
                <span class="methodName">NavigationManager</span>
                <span> ( bool autoParse )</span>
            </a>
        </p>
        <p class="description">Description:</p>
        <ul class="description">
            <li>* Constructor,  initializes the default options and loads the navigation document.</li>
        </ul>
        <p class="returns">Returns: none</p>
        <p>
            <span>Arguments:</span>
            <ul>
                <li class="param">bool autoParse</li>
            </ul>
        </p>
        <hr />
        <p>
            <a name="SetMenuGenerator">
                <span class="methodName">SetMenuGenerator</span>
                <span> ( string menuGenerator )</span>
            </a>
        </p>
        <p class="description">Description:</p>
        <ul class="description">
            <li>* Changes the menu generator for the navigation manager.</li>
        </ul>
        <p class="return">Return: none.</p>
        <p>
            <span>Arguments:</span>
            <ul>
                <li class="param">string menuGenerator</li>
            </ul>
        </p>
        <hr />
        <p>
            <a name="GetMenuScript">
                <span class="methodName">GetMenuScript</span>
                <span> (  )</span>
            </a>
        </p>
        <p class="description">Description:</p>
        <ul class="description">
            <li>* Returns the menu script used the generator set.</li>
        </ul>
        <p class="return">Return: string containing the menu script.</p>
    </body>
</html>


Other Development Tools Scripts:

WebMaster Resources Home

©RingsWorld.com