<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>neoSnippets</AppTitle>
	<AppShortName>neoSnippets</AppShortName>
	<Author>SinLios</Author>
	<Version>1.0</Version>
	<Description>HTML code snippets for VisualNEO Web</Description>
	<DesignDeviceName>Samsung Galaxy Tab 7</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>1024</PageWidth>
	<PageHeight>600</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\OneDrive\Documentos\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>.neobody, .neopage{
      width:100%;
      height:100%;
      margin-top:0px;
      max-width:1400px;
}
tr:hover{
  background:#fff!important;
}
th{
  background:#df7326;
  color:#fff;
}
td{
  vertical-align:top!important;
}</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<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>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="showData">
					<Code>ArrayDelItem [data] 0
neoTableSetColumn &quot;Container1&quot; 1 &quot;Title&quot; &quot;Title&quot; &quot;20%&quot; true false true &quot;&quot;
neoTableSetColumn &quot;Container1&quot; 2 &quot;Code&quot; &quot;Code&quot; &quot;40%&quot; false false false &quot;parseCode&quot;
neoTableSetColumn &quot;Container1&quot; 3 &quot;Code&quot; &quot;Preview&quot; &quot;40%&quot; false false false &quot;&quot;

neoTableInitTable &quot;Container1&quot; &quot;en-US&quot; 1 &quot;Table&quot; false true true false false &quot;&quot;
neoTableLoadData &quot;Container1&quot; [data]</Code>
				</Function>
				<Function name="parseCode">
					<Code>Return &quot;&lt;textarea readonly style=&apos;padding:10px;width:100%;height:420px;&apos;&gt;[myvar]&lt;/textarea&gt;&quot;</Code>
					<Params>[myvar]|STRING|</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="home">
					<pageenter>neoGSheetsLoad &quot;https://docs.google.com/spreadsheets/d/1N22s24PmbdYkZUAehLZGV_MTRMEmj2cV7aWAPWeitc8/edit#gid=1596221527&quot; [data] &quot;select B,C,D where E = &apos;yes&apos;&quot; &quot;showData&quot;</pageenter>
					<Components>
						<Container id="Container1">
							<left>0px</left>
							<top>64px</top>
							<width>100%</width>
							<style>background-color:#fff;padding-bottom:20px;padding-left:20px;padding-right:20px;padding-top:20px;min-height:50px</style>
						</Container>
						<Headline id="Headline1">
							<left>24px</left>
							<top>16px</top>
							<width>328px</width>
							<height>32px</height>
							<style>color:#707070</style>
							<text>HTML Code Snippets</text>
							<kind>h3</kind>
						</Headline>
						<Paragraph id="Paragraph1">
							<left>24px</left>
							<top>45px</top>
							<width>392px</width>
							<height>43px</height>
							<style>color:#707070</style>
							<text>&lt;em&gt;Copy / Paste the code into a Container Object&lt;/em&gt;&lt;br&gt;&lt;a target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot; href=&quot;https://forms.gle/pCk66eopD3wbZsQJ8&quot;&gt;&lt;em&gt;Click here to share your Snippet (approved manually)&lt;/em&gt;&lt;/a&gt;</text>
						</Paragraph>
					</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>1024px</width>
							<height>600px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
