<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>900</PageWidth>
	<PageHeight>600</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\NANO\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>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries">
			<Components>
				<LibraryItem>
					<FileName>D:\@App\Notebox\UsedExternalPlugins\quill-find-replace-module-master\SearchBlot.js</FileName>
				</LibraryItem>
				<LibraryItem>
					<FileName>D:\@App\Notebox\UsedExternalPlugins\quill-find-replace-module-master\Searcher.js</FileName>
				</LibraryItem>
			</Components>
		</LibraryList>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Container id="Container1">
							<left>136px</left>
							<top>16px</top>
							<width>744px</width>
							<height>272px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<PushButton id="PushButton1">
							<left>16px</left>
							<top>16px</top>
							<width>104px</width>
							<height>56px</height>
							<caption>JS Code</caption>
							<click>


BeginJS
// import module files
import Searcher from &quot;../js/Searcher.js&quot;;
import SearchedStringBlot from &quot;../js/SearchBlot.js&quot;;

// register them
Quill.register(&apos;modules/Searcher&apos;, Searcher);
Quill.register(SearchedStringBlot);

// initialize Quill editor
const quill = new Quill(&apos;Container1&apos;, {
    modules: {
        Searcher: true,
    },
});
EndJS
</click>
						</PushButton>
						<Container id="Container2">
							<left>136px</left>
							<top>296px</top>
							<width>744px</width>
							<height>40px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<html>&lt;input id=&quot;search-input&quot;&gt;
&lt;input id=&quot;replace-input&quot;&gt;
&lt;button id=&quot;search&quot;&gt;find&lt;/button&gt;
&lt;button id=&quot;replace&quot;&gt;replace&lt;/button&gt;
&lt;button id=&quot;replace-all&quot;&gt;replace all&lt;/button&gt;

&lt;style&gt;
.ql-searched-string {
    background-color: #f8ff00;
    display: inline;
}
&lt;/style&gt;</html>
						</Container>
						<PushButton id="PushButton2">
							<left>16px</left>
							<top>88px</top>
							<width>104px</width>
							<height>56px</height>
							<caption>neoEdit</caption>
							<click>neoEditInitializeMini2 &quot;Container1&quot;</click>
						</PushButton>
						<TextInput id="TextInput1">
							<left>16px</left>
							<top>536px</top>
							<width>872px</width>
							<height>48px</height>
							<style>border-color:#FE2712;border-width:4px</style>
							<init_value>https://github.com/MuhammedAlkhudiry/quill-find-replace-module</init_value>
						</TextInput>
						<PushButton id="PushButton3">
							<left>16px</left>
							<top>160px</top>
							<width>104px</width>
							<height>56px</height>
							<caption>GetHTML</caption>
							<click>neoEditGetHtml &quot;Container1&quot; [htmlcode]</click>
						</PushButton>
						<TextArea id="TextArea1">
							<left>136px</left>
							<top>352px</top>
							<width>744px</width>
							<height>168px</height>
							<variable>[htmlcode]</variable>
						</TextArea>
					</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>600px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
