<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Apple iPhone 6</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>667</PageWidth>
	<PageHeight>375</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<ThemeColor>#000000</ThemeColor>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<startup>NeoScriptToJS</startup>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="mysub">
					<Code>AlertBox &quot;Hi!&quot; &quot;Hello from mysub!&quot; &quot;&quot;</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="Page1">
					<foreground_masterpage>MasterPage</foreground_masterpage>
					<Components>
						<Container id="Container2">
							<left>24px</left>
							<top>128px</top>
							<width>624px</width>
							<height>160px</height>
							<style>background-color:#E0E0E0;padding-bottom:10px;padding-left:10px;padding-right:10px;padding-top:10px</style>
							<html>Add this command in &lt;i&gt;Project &gt; Events &gt; Start-up&lt;/i&gt; so you can call neosubroutines from JavaScript:&lt;br&gt;
&lt;strong&gt;NeoscriptToJs&lt;/strong&gt;&lt;br&gt;
This href value will link to page 2: &quot;#!/Page2&quot;&lt;br&gt;
This href value will execute a neo subroutine: &quot;javascript:neusubroutine.subroutinename();&quot;&lt;br&gt;
Use a &lt;strong&gt;Master page&lt;/strong&gt; to add the same menu to all pages.&lt;br&gt;
Menu builder: &lt;a href=&quot;http://bootstrapdesigntools.com/tools/bootstrap-menu-builder/&quot;&gt;http://bootstrapdesigntools.com/tools/bootstrap-menu-builder/&lt;/a&gt;</html>
						</Container>
					</Components>
				</Page>
				<Page id="Page2">
					<foreground_masterpage>MasterPage</foreground_masterpage>
					<Components>
						<Headline id="Headline2">
							<left>6px</left>
							<top>157px</top>
							<width>656px</width>
							<height>59px</height>
							<style>text-align:center</style>
							<text>Page 2</text>
						</Headline>
					</Components>
				</Page>
				<Page id="Page3">
					<foreground_masterpage>MasterPage</foreground_masterpage>
					<Components>
						<Headline id="Headline3">
							<left>6px</left>
							<top>157px</top>
							<width>656px</width>
							<height>59px</height>
							<style>text-align:center</style>
							<text>Page 3</text>
						</Headline>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage">
					<Components>
						<Container id="Container1">
							<left>0px</left>
							<top>0px</top>
							<width>667px</width>
							<height>56px</height>
							<style>background-color:#fff;overflow-x:visible;overflow-y:visible</style>
							<html>&lt;div id=&quot;custom-bootstrap-menu&quot; class=&quot;navbar navbar-default &quot; role=&quot;navigation&quot;&gt;
    &lt;div class=&quot;container-fluid&quot;&gt;
        &lt;div class=&quot;navbar-header&quot;&gt;&lt;a class=&quot;navbar-brand&quot; href=&quot;#&quot;&gt;VisualNEO Web Menu&lt;/a&gt;
            &lt;button type=&quot;button&quot; class=&quot;navbar-toggle&quot; data-toggle=&quot;collapse&quot; data-target=&quot;.navbar-menubuilder&quot;&gt;&lt;span class=&quot;sr-only&quot;&gt;Toggle navigation&lt;/span&gt;&lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;&lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;&lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;
            &lt;/button&gt;
        &lt;/div&gt;
        &lt;div class=&quot;collapse navbar-collapse navbar-menubuilder&quot;&gt;
            &lt;ul class=&quot;nav navbar-nav navbar-left&quot;&gt;
                &lt;li&gt;&lt;a href=&quot;#!/Page1&quot;&gt;Page 1&lt;/a&gt;
                &lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;#!/Page2&quot;&gt;Page 2&lt;/a&gt;
                &lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;#!/Page3&quot;&gt;Page 3&lt;/a&gt;
                &lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;javascript:neosubroutine.mysub();&quot;&gt;Subroutine&lt;/a&gt;
                &lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;</html>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>667px</width>
							<height>375px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
