<?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/7/8</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>667</PageWidth>
	<PageHeight>375</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\User\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>OfflineCopyOfPages</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<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>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<PushButton id="PushButton2">
							<left>144px</left>
							<top>72px</top>
							<width>392px</width>
							<height>32px</height>
							<caption>neotable on custom dialogs</caption>
							<click>


OpenDialog &quot;NewDialog&quot;
beginjs
var settings = {
  &quot;url&quot;: &quot;http://localhost/multijson.php&quot;,
  &quot;method&quot;: &quot;POST&quot;,
  &quot;timeout&quot;: 0,
};

$.ajax(settings).done(function (response) {
  console.log(response);
    var data = response;
    // Load data into the table after fetch completes
    neoTableLoadData(&quot;Container1&quot;, data);

});

endjs

neoTableSetColumn &quot;Container1&quot; 1 &quot;nama&quot; &quot;nama&quot; &quot;&quot; true false true &quot;&quot;
neoTableSetColumn &quot;Container1&quot; 2 &quot;habitat&quot; &quot;habitat&quot; &quot;&quot; false false true &quot;&quot;

neoTableInitTable &quot;Container1&quot; &quot;en-US&quot; 0 &quot;Table&quot; false false false false false &quot;&quot;



</click>
						</PushButton>
						<Container id="Container2">
							<left>40px</left>
							<top>176px</top>
							<width>616px</width>
							<height>176px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;overflow-x:scroll;overflow-y:scroll</style>
						</Container>
						<PushButton id="PushButton3">
							<left>144px</left>
							<top>136px</top>
							<width>392px</width>
							<height>32px</height>
							<caption>neotable on pages</caption>
							<click>.OpenDialog &quot;NewDialog&quot;
beginjs
var settings = {
  &quot;url&quot;: &quot;http://localhost/multijson.php&quot;,
  &quot;method&quot;: &quot;POST&quot;,
  &quot;timeout&quot;: 0,
};

$.ajax(settings).done(function (response) {
  console.log(response);
    var data = response;
    // Load data into the table after fetch completes
    neoTableLoadData(&quot;Container2&quot;, data);

});

endjs

neoTableSetColumn &quot;Container2&quot; 1 &quot;nama&quot; &quot;nama&quot; &quot;&quot; true false true &quot;&quot;
neoTableSetColumn &quot;Container2&quot; 2 &quot;habitat&quot; &quot;habitat&quot; &quot;&quot; false false true &quot;&quot;

neoTableInitTable &quot;Container2&quot; &quot;en-US&quot; 5 &quot;Table&quot; false false false false false &quot;&quot;</click>
						</PushButton>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</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>
							<kind>success</kind>
							<Components>
								<Container id="Container1">
									<left>136px</left>
									<top>64px</top>
									<width>400px</width>
									<height>168px</height>
									<style>background-color:#fff;border-style:solid;border-width:1px;overflow-x:visible;overflow-y:visible</style>
								</Container>
								<PushButton id="PushButton1">
									<left>112px</left>
									<top>16px</top>
									<width>432px</width>
									<height>40px</height>
									<caption>Close Dialogs</caption>
									<click>closedialog</click>
								</PushButton>
							</Components>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
