<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>neoTable &amp; neoPDF</AppTitle>
	<AppShortName>TablePdf</AppShortName>
	<Author>SinLios</Author>
	<Version>1.0</Version>
	<Description>neoTable &amp; neoPDF</Description>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>400</PageWidth>
	<PageHeight>500</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>True</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\luis.hernandez\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>.neopage, .neobody{
   height:100%!important;
}</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</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="home">
					<pageenter>CreateEmptyArray [data]
CreateEmptyObject [object]
SetVar [object.name] &quot;John&quot;
SetVar [object.age] 23
ArrayAddItem [data][object]
CreateEmptyObject [object]
SetVar [object.name] &quot;Sylvia&quot;
SetVar [object.age] 32
ArrayAddItem [data][object]
neoTableSetColumn &quot;Container2&quot; 1 &quot;name&quot; &quot;Name&quot; &quot;&quot; true false true &quot;&quot;
neoTableSetColumn &quot;Container2&quot; 2 &quot;age&quot; &quot;Age&quot; &quot;&quot; true false true &quot;&quot;
neoTableInitTable &quot;Container2&quot; &quot;&quot; 0 &quot;Table&quot; false false false false false &quot;&quot;
neoTableLoadData &quot;Container2&quot; [data]</pageenter>
					<Components>
						<Container id="Container4">
							<left>50px</left>
							<top>150px</top>
							<width>260px</width>
							<height>70px</height>
							<style>border-width:1px</style>
							<css_class>neo-row</css_class>
							<Components>
								<Container id="Container5">
									<left>50px</left>
									<top>10px</top>
									<width>120px</width>
									<height>10px</height>
									<style>font-size:14pt;text-align:center</style>
									<css_class>neo-col-12</css_class>
									<html>neoTable &amp; neoPDF</html>
								</Container>
							</Components>
						</Container>
						<Container id="Container1">
							<left>10px</left>
							<top>60px</top>
							<width>240px</width>
							<height>90px</height>
							<css_class>neo-row</css_class>
							<Components>
								<Container id="Container2">
									<left>10px</left>
									<top>0px</top>
									<width>110px</width>
									<height>20px</height>
									<style>background-color:#fff</style>
									<css_class>neo-col-12</css_class>
								</Container>
								<Container id="Container3">
									<left>20px</left>
									<top>20px</top>
									<width>110px</width>
									<height>20px</height>
									<css_class>neo-col-12</css_class>
									<Components>
										<PushButton id="PushButton1">
											<left>110px</left>
											<top>10px</top>
											<width>100%</width>
											<height>10px</height>
											<style>min-height:50px</style>
											<css_class>neo-col-12</css_class>
											<caption>Download PDF</caption>
											<click>neoPdfInit &quot;pdf1&quot; &quot;A4&quot; &quot;portrait&quot;
neoPdfNeoTable &quot;pdf1&quot; &quot;Container2&quot; 10 &quot;striped&quot; 200 0 0
neoPdfDownloadFile &quot;pdf1&quot; &quot;mypdf&quot;</click>
										</PushButton>
									</Components>
								</Container>
							</Components>
						</Container>
					</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>320px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
