extx-layout

0.0.1 • Public • Published

Name

ExtX.Layout - Some clever yet compact description

SYNOPSIS

    // declaring our class
    Class('ExtX.Layout', {
    
    })
    
    // then instantiating it
    var instance = new ExtX.Layout({
    })
    
    // and doing something totally awesome with it :D
    instance.method(param1, param2)

If you are reading this file as README from github, you may want to open this link instead.

INSTALLATION

From npm:

> [sudo] npm install extx-layout

Tarballs are available for downloading at: http://search.npmjs.org/#/extx-layout

SETUP

In NodeJS:

require('task-joose-nodejs')
require('extx-layout')

In browsers (assuming you've completed the 3.1 item from this document):

<script type="text/javascript" src="/jsan/Task/Joose/Core.js"></script>
<script type="text/javascript" src="/jsan/Task/ExtX/Layout/Core.js"></script>

DESCRIPTION

ExtX.Layout is a stub for Joose-orientied modules.

ISA

None.

DOES

None.

TRAITS

None.

ATTRIBUTES

attributeName

AttributeType attributeName

Attribute description

METHODS

methodName

method signature

Method description

EXAMPLES

Our class can be used like this:

    // then instantiating it
    var instance = new ExtX.Layout({
    })

and like that:

    // then instantiating it
    var instance = new ExtX.Layout({
    })

GETTING HELP

This extension is supported via github issues tracker: http://github.com/SamuraiJack/ExtX.Layout/issues

For general Joose questions you can also visit #joose on irc.freenode.org or mailing list at: http://groups.google.com/group/joose-js

SEE ALSO

Web page of this module: http://github.com/SamuraiJack/ExtX.Layout/

General documentation for Joose: http://joose.github.com/Joose

BUGS

All complex software has bugs lurking in it, and this module is no exception.

Please report any bugs through the web interface at http://github.com/SamuraiJack/ExtX.Layout/issues

AUTHORS

Nickolay Platonov nplatonov@cpan.org

COPYRIGHT AND LICENSE

This software is Copyright (c) 2011 by Nickolay Platonov.

This is free software, licensed under:

The GNU Lesser General Public License, Version 3, June 2007

Readme

Keywords

none

Package Sidebar

Install

npm i extx-layout

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • samuraijack