Skip to content

manumaticx/de.marcelpociot.alloysidemenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

TiSideMenu Widget Appcelerator Titanium Appcelerator Alloy

This is a fork of Fokke Zandbergen's NappDrawer Widget

It's adapted to work with Marcel Pociot's TiSideMenu

This is a widget for the Alloy MVC framework of Appcelerator's Titanium platform.

Usage gitTio

Install this widget via gitTio:

`gittio install de.marcelpociot.alloysidemenu`

In your app/views/index.xml use it like this:

<Alloy>
    <Widget src="de.marcelpociot.alloysidemenu">

        <Window role="leftMenuView">
            <Label>I am left</Label>
        </Window>

        <NavigationWindow role="contentView">
            <Window>
                <Label>I am center</Label>
            </Window>
        </NavigationWindow>

        <Window role="rightMenuView">
            <Label>I am right</Label>
        </Window>

    </Widget>
</Alloy>

In your app/controllers/index.js use it like this:

 $.index.open();

License: MIT

About

An Alloy widget wrapping the TiSidemenu of Marcel Pociot

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •