<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>neoBlockEditor Sample</AppTitle>
	<AppShortName>neoBlockEdit</AppShortName>
	<Author>SinLios</Author>
	<Version>1.0</Version>
	<Description>neoBlockEditor Sample</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>
	<ResponsiveSize>True</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\OneDrive\Documentos\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<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">
			<Components>
				<Function name="render">
					<Code>neoBlockEditorSave &quot;Container1&quot; [data] &quot;render2&quot;</Code>
				</Function>
				<Function name="render2">
					<Code>neoBlockEditorRender &quot;Container2&quot; &quot;[data]&quot;</Code>
				</Function>
				<Function name="loadContent">
					<Code>neoBlockEditorLoad &quot;Container1&quot; [data]</Code>
				</Function>
				<Function name="saveJson">
					<Code>StringifyJSON [data] [finalData]
VarToLocalFile [finalData] &quot;neoblockeditor-data.json&quot;</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>neoBlockEditorInit &quot;Container1&quot; true &quot;&quot; &quot;render&quot;</pageenter>
					<Components>
						<Container id="Container3">
							<left>25px</left>
							<top>560px</top>
							<width>165px</width>
							<height>30px</height>
							<css_class>neo-row</css_class>
							<Components>
								<Container id="Container4">
									<left>15px</left>
									<top>5px</top>
									<width>80px</width>
									<height>15px</height>
									<style>color:#FFFFFF;background-color:#707070;padding-bottom:0px;padding-left:20px;padding-top:0px</style>
									<css_class>neo-col-12</css_class>
									<html>&lt;h3 style=&quot;margin-top:10px;&quot;&gt;NeoBlockEditor Sample&lt;/h3&gt;
&lt;p&gt;Block editor accepts images to be dropped.&lt;/p&gt;</html>
								</Container>
							</Components>
						</Container>
						<Container id="Container6">
							<left>5px</left>
							<top>5px</top>
							<width>165px</width>
							<height>30px</height>
							<style>padding-bottom:0px;padding-top:0px</style>
							<css_class>neo-row</css_class>
							<Components>
								<Container id="Container7">
									<left>15px</left>
									<top>5px</top>
									<width>80px</width>
									<height>15px</height>
									<style>min-height:40px</style>
									<css_class>neo-col-6</css_class>
									<Components>
										<Container id="Container9">
											<left>370px</left>
											<top>8px</top>
											<width>132px</width>
											<height>39px</height>
											<css_class>neo-middle-right</css_class>
											<Components>
												<PushButton id="PushButton2">
													<left>85px</left>
													<top>0px</top>
													<width>45px</width>
													<height>35px</height>
													<neo_custom>title=&quot;Load&quot;</neo_custom>
													<icon>glyphicon-folder-open</icon>
													<icon_size>14pt</icon_size>
													<click>ClickObject &quot;FileInput1&quot;</click>
												</PushButton>
												<PushButton id="PushButton6">
													<left>35px</left>
													<top>0px</top>
													<width>45px</width>
													<height>35px</height>
													<neo_custom>title=&quot;Save&quot;</neo_custom>
													<icon>glyphicon-floppy-disk</icon>
													<icon_size>16pt</icon_size>
													<click>neoBlockEditorSave &quot;Container1&quot; [data] &quot;saveJson&quot;</click>
												</PushButton>
											</Components>
										</Container>
									</Components>
								</Container>
								<Container id="Container8">
									<left>15px</left>
									<top>15px</top>
									<width>80px</width>
									<height>15px</height>
									<css_class>neo-col-6</css_class>
									<Components>
										<Container id="Container10">
											<left>370px</left>
											<top>8px</top>
											<width>132px</width>
											<height>39px</height>
											<css_class>neo-middle-right</css_class>
											<Components>
												<PushButton id="PushButton1">
													<left>22px</left>
													<top>0px</top>
													<width>110px</width>
													<height>35px</height>
													<caption>Copy HTML</caption>
													<click>GetObjectHTML &quot;Container2&quot; [finalHTML]
TextToClipboard &quot;[finalHTML]&quot;
AlertBox &quot;Copied!&quot; &quot;The HTML code have been copied to the clipboard&quot; &quot;&quot;</click>
												</PushButton>
											</Components>
										</Container>
									</Components>
								</Container>
							</Components>
						</Container>
						<Headline id="Headline1">
							<left>15px</left>
							<top>10px</top>
							<width>285px</width>
							<height>25px</height>
							<kind>h3</kind>
						</Headline>
						<FileInput id="FileInput1">
							<left>-125px</left>
							<top>0px</top>
							<width>110px</width>
							<height>35px</height>
							<style>background-color:#E0E0E0;border-color:#A8A8A8</style>
							<prop_name>file</prop_name>
							<variable>[myfile]</variable>
							<change>LocalFileToVar &quot;FileInput1&quot; [loadedData]
Wait 300
   ParseJSON &quot;[loadedData]&quot; [data]
   neoBlockEditorLoad &quot;Container1&quot; [data]
   render2
EndWait</change>
							<caption>Load</caption>
							<accept>.json</accept>
						</FileInput>
						<Container id="Container5">
							<left>5px</left>
							<top>5px</top>
							<width>165px</width>
							<height>30px</height>
							<css_class>neo-row</css_class>
							<Components>
								<Container id="Container1">
									<left>10px</left>
									<top>0px</top>
									<width>500px</width>
									<height>480px</height>
									<style>background-color:rgba(0,0,0,.02);padding-bottom:20px;padding-left:20px;padding-right:20px;padding-top:20px;overflow-x:hidden;overflow-y:auto</style>
									<css_class>neo-col-6</css_class>
								</Container>
								<Container id="Container2">
									<left>515px</left>
									<top>60px</top>
									<width>500px</width>
									<height>480px</height>
									<style>background-color:rgba(0,0,0,.05);padding-bottom:20px;padding-left:20px;padding-right:20px;padding-top:20px;overflow-y:auto</style>
									<css_class>neo-col-6</css_class>
								</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>1024px</width>
							<height>768px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
