Skip to content

canonic-epicure/ExtX.Layout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Collection of layouts for ExtJS

Resources

Stars

Watchers

Forks

Packages

No packages published