<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Desktop</DesignDeviceName>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>640</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\suyon\OneDrive\Documents\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>
	<CustomHeadMetadata>&lt;link href=&quot;https://cdn-na.infragistics.com/igniteui/latest/css/themes/infragistics/infragistics.theme.css&quot; rel=&quot;stylesheet&quot;&gt;
	&lt;link href=&quot;https://cdn-na.infragistics.com/igniteui/latest/css/structure/infragistics.css&quot; rel=&quot;stylesheet&quot;&gt;
	&lt;script src=&quot;https://igniteui.com/js/modernizr.min.js&quot;&gt;&lt;/script&gt;
	&lt;script src=&quot;https://code.jquery.com/jquery-1.9.1.min.js&quot;&gt;&lt;/script&gt;
	&lt;script src=&quot;https://code.jquery.com/ui/1.10.3/jquery-ui.min.js&quot;&gt;&lt;/script&gt;
	&lt;script src=&quot;https://cdn-na.infragistics.com/igniteui/latest/js/infragistics.core.js&quot;&gt;&lt;/script&gt;
	&lt;script src=&quot;https://cdn-na.infragistics.com/igniteui/latest/js/infragistics.lob.js&quot;&gt;&lt;/script&gt;</CustomHeadMetadata>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="Combobox122">
					<pageenter>beginjs
    		var data = [
				{
					&quot;ID&quot;: 1,
					&quot;Name&quot;: &quot;SUyono&quot;,
					&quot;Age&quot;: 45
				},
				{
					&quot;ID&quot;: 2,
					&quot;Name&quot;: &quot;Mary Johnson&quot;,
					&quot;Age&quot;: 32
				},
				{
					&quot;ID&quot;: 3,
					&quot;Name&quot;: &quot;Bob Ferguson&quot;,
					&quot;Age&quot;: 27
				}
			];
        
        var data = JSON.parse(data);
        $App.data=data;

			$(&quot;#Combobox122&quot;).igCombo({
				dataSource: data,
				valueKey: &quot;ID&quot;,
				textKey: &quot;Name&quot;
			});


endjs
wait 500
SetVar [abc] [data]
endwait</pageenter>
					<Components>
						<Container id="Container1">
							<left>73px</left>
							<top>64px</top>
							<width>460px</width>
							<height>254px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<Components>
								<TextInput id="TextInput1">
									<left>44px</left>
									<top>44px</top>
									<width>351px</width>
									<height>113px</height>
									<variable>[abc]</variable>
								</TextInput>
							</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>1280px</width>
							<height>800px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
