Libmoebius > Moebius2 / Docs / NavigationDocument.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

NavigationDocument.html:


<html>
    <head>
        <title>NavigationDocument</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">NavigationDocument Class</h1>
        <br />
        <span class="name">Name: NavigationDocument</span>
        <br />
        <span class="description">Description:</span>
        <ul class="description">
            <li>* This class manages the navigation document parsing menus and items of an application.</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: 1.5</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="#NavigationDocument">NavigationDocument</a>
            <br />
            <a href="#ParseNav">ParseNav</a>
            <br />
            <a href="#ParseMenu">ParseMenu</a>
            <br />
            <a href="#ToString">ToString</a>
            <br />
        </span>
        <hr />
        <p>
            <a name="NavigationDocument">
                <span class="methodName">NavigationDocument</span>
                <span> ( string navDocument,  bool autoParse )</span>
            </a>
        </p>
        <p class="description">Description:</p>
        <ul class="description">
            <li>* Constructor,  initializes the default options and loads the navigation document if set autoParse.</li>
        </ul>
        <p class="returns">Returns: none</p>
        <p>
            <span>Arguments:</span>
            <ul>
                <li class="param">string navDocument</li>
                <li class="param">bool autoParse</li>
            </ul>
        </p>
        <hr />
        <p>
            <a name="ParseNav">
                <span class="methodName">ParseNav</span>
                <span> (  )</span>
            </a>
        </p>
        <p class="description">Description:</p>
        <ul class="description">
            <li>* Parses the XML navigation document into the object.</li>
        </ul>
        <p class="returns">Returns: none</p>
        <hr />
        <p>
            <a name="ParseMenu">
                <span class="methodName">ParseMenu</span>
                <span> (  )</span>
            </a>
        </p>
        <p class="description">Description:</p>
        <ul class="description">
            <li>* Parses the XML menu into the object; this function is recursive for all submenus.</li>
        </ul>
        <p class="returns">Returns: object containing the menu parsed.</p>
        <hr />
        <p>
            <a name="ToString">
                <span class="methodName">ToString</span>
                <span> (  )</span>
            </a>
        </p>
        <p class="description">Description:</p>
        <ul class="description">
            <li>* Returns the navigation data as a string.</li>
        </ul>
        <p class="returns">Returns: string containing the navigation's data.</p>
    </body>
</html>


Other Development Tools Scripts:

WebMaster Resources Home

©RingsWorld.com