<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>neoCms Sample 1</AppTitle>
	<AppShortName>neoCms1</AppShortName>
	<Author>SinLios</Author>
	<Version>1.1</Version>
	<Description>neoCms Sample 1</Description>
	<Variables>[content],[currentNumber],[data([recordNumber])],[data.length],[data],[errorVar],[externalPicture],[record.birthdate],[record.description],[record.name],[record.picture.path],[record.picture],[record.texto],[record],[recordNumber],[token],[totalRecords],[url]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>900</PageWidth>
	<PageHeight>550</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>True</ResponsiveSize>
	<PublishPlatform>WinEXE</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<EXEBuildTarget>D:\pruebas\neocms-apps\neoCms-sample-01.exe</EXEBuildTarget>
	<AppIcon>C:\Users\sinli\OneDrive\Documentos\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>.row-striped{
  background-color: #efefef;
}</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>False</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="about">
					<Code>AlertBoxEx &quot;Demo&quot; &quot;Demo ng-repeat for NeoCms&quot; &quot;200&quot; &quot;200&quot; &quot;gray&quot; &quot;&quot;</Code>
				</Function>
				<Function name="view">
					<Code>AlertBoxEx &quot;View&quot; &quot;yes..how to display the record data here ;-)&quot; &quot;320&quot; &quot;400&quot; &quot;gray&quot; &quot;&quot;</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="card">
					<style>border-color:#FFB463;border-radius:10px;border-style:solid;border-width:2px;box-shadow:0px 0px 30px #888888</style>
					<pageenter>neoTopMenuInitialize &quot;top&quot; &quot;&quot; &quot;Demo VisualneoWeb 21.12.22&quot; &quot;Default&quot; &quot;Static top&quot;
neoTopMenuAddItem &quot;top&quot; &quot;About&quot; &quot;Right&quot; &quot;neo.about()&quot;



.Sets neoCms origin URL
SetVar [url] &quot;https://cms.sinlios.eu&quot;
neoCmsSetUrl &quot;mycms&quot; &quot;[url]&quot;

.Set the token with permission to read the Customers collection.
SetVar [token] &quot;5c077cb7591db00163b122b9c2a4e1&quot;
neoCmsSetToken &quot;mycms&quot; &quot;[token]&quot;

.Create two empty objects
CreateEmptyObject [data]
CreateEmptyObject [record]

.Load Customers collection into [data] and call parseDate once it&apos;s loaded.
.neoCmsGetCollection &quot;mycms&quot; &quot;Customers&quot; [data] &quot;parseData&quot;

neoCmsGetOrderedCollection &quot;mycms&quot; &quot;Customers&quot; &quot;&quot; 0 0 &quot;_modified&quot; &quot;Descending&quot; [data] [errorVar] &quot;&quot;</pageenter>
					<Components>
						<Container id="top">
							<left>16px</left>
							<top>146px</top>
							<height>80px</height>
							<css_class>col-xs-12</css_class>
						</Container>
						<Container id="Container3">
							<left>15px</left>
							<top>60px</top>
							<height>454px</height>
							<style>overflow-y:auto</style>
							<align>top</align>
							<css_class>col-xs-12</css_class>
							<ng_repeat>record in data</ng_repeat>
							<html>&lt;span ng-repeat=&quot;record in data&quot;&gt;
  &lt;div class=&quot;row row-striped&quot; style=&quot;margin-bottom:10px;&quot;&gt;
&lt;div class=&quot;col-xs-4&quot;&gt;
       &lt;img id=&quot;Image1&quot; src=&quot;[url][record.picture.path]&quot; alt=&quot;&quot; style=&quot;width:100px;height:100px;&quot;&gt;
&lt;/div&gt;
        &lt;div class=&quot;panel-body col-xs-8&quot; style=&quot;background:#f3f3f3;&quot;&gt;

&lt;div&gt;&lt;strong&gt;ID:&lt;/strong&gt; [record._id]&lt;/div&gt;
&lt;div&gt;&lt;strong&gt;Name:&lt;/strong&gt; [record.name]&lt;/div&gt;
             &lt;div&gt;&lt;strong&gt;Birh Date:&lt;/strong&gt; [record.birthdate]&lt;/div&gt;
 &lt;!--&lt;span ng-bind-html=&quot;[record.description]&quot;&gt;
[record.texto]
&lt;/span&gt;--&gt;
&lt;button onclick=&quot;neo.view()&quot; type=&quot;button&quot; class=&quot;btn btn-primary&quot;&gt;View&lt;/button&gt;
        &lt;/div&gt;
  &lt;/div&gt;

&lt;/span&gt;</html>
						</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>900px</width>
							<height>600px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
