You can purchase this plugin through the link below.
Updates for this plugin are free!
The plugin download link will be provided within one day
(usually less than 6 hours) 39 € fixed price
|
<plugin name="fuzzysearch" url="plugins/fuzzysearch.js" keep="true" devices="html5" align.normal="topright" align.mobile="topcenter" x.normal="10" x.mobile="0" y.normal="10" y.mobile="20" width.normal="30%" width.mobile="90%" parent="" include_jquery="true" auto_generate_scenes_list="true" group_scenes="true" theme="default" font_size="13" font_name="Roboto,sans-serif,tahoma" textcolor="0x000000" bgcolor="0xffffff" bgalpha="1" bordercolor="0xaaaaaa" borderalpha="1" selected_item_textcolor="0x000000" selected_item_bgcolor="0xf2f2f2" selected_item_bgalpha="1" button_bgcolor="0xed143d" button_bgalpha="1" button_textcolor="0xffffff" categorybgcolor="0xeeeeee" categorybgalpha="1" categorytextcolor="0xaaaaaa" maxheight="200px" text_direction="ltr" placeholder="Select a scene" onInitialized="" />
Attribute name | Type | Default value | |
include_jquery | Boolean | "true" | |
---|---|---|---|
|
|||
Attribute name | Type | Default value | |
auto_generate_scenes_list | Boolean | "true" | |
|
|||
Attribute name | Type | Default value | |
group_scenes | Boolean | "true" | |
<scene ... combobox_group="..."> <view ... /> ... </scene> <scene name="scene_01" title="Scene 01" onstart="" thumburl="panos/01.tiles/thumb.jpg" lat="" lng="" heading="" combobox_group="Group lable 1" > <view hlookat="0.0" vlookat="0.0" fovtype="MFOV" fov="120" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" /> <preview url="panos/01.tiles/preview.jpg" /> <image type="CUBE" multires="true" tilesize="512"> <level tiledimagewidth="1024" tiledimageheight="1024"> <cube url="panos/01.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" /> </level> </image> </scene> <scene name="scene_02" title="Scene 02" onstart="" thumburl="panos/02.tiles/thumb.jpg" lat="" lng="" heading="" combobox_group="Group lable 2"> <view hlookat="0.0" vlookat="0.0" fovtype="MFOV" fov="120" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" /> <preview url="panos/02.tiles/preview.jpg" /> <image type="CUBE" multires="true" tilesize="512"> <level tiledimagewidth="1024" tiledimageheight="1024"> <cube url="panos/02.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" /> </level> </image> </scene> <scene name="scene_03" title="Scene 03" onstart="" thumburl="panos/03.tiles/thumb.jpg" lat="" lng="" heading="" combobox_group="Group lable 1"> <view hlookat="0.0" vlookat="0.0" fovtype="MFOV" fov="120" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" /> <preview url="panos/03.tiles/preview.jpg" /> <image type="CUBE" multires="true" tilesize="512"> <level tiledimagewidth="1024" tiledimageheight="1024"> <cube url="panos/03.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" /> </level> </image> </scene> <scene name="scene_04" title="Scene 04" onstart="" thumburl="panos/04.tiles/thumb.jpg" lat="" lng="" heading="" combobox_group=""> <view hlookat="0.0" vlookat="0.0" fovtype="MFOV" fov="120" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto" /> <preview url="panos/04.tiles/preview.jpg" /> <image type="CUBE" multires="true" tilesize="512"> <level tiledimagewidth="1024" tiledimageheight="1024"> <cube url="panos/04.tiles/%s/l1/%v/l1_%s_%v_%h.jpg" /> </level> </image> </scene> |
|||
Attribute name | Type | Default value | |
theme | String | "default" | |
|
|||
Attribute name | Type | Default value | |
font_size | integer | "13" | |
|
|||
Attribute name | Type | Default value | |
font_name | String | "Roboto,sans-serif" | |
|
|||
Attribute name | Type | Default value | |
maxheight | String | "200px" | |
|
|||
Attribute name | Type | Default value | |
text_direction | String | "ltr" | |
|
|||
Attribute name | Type | Default value | |
placeholder | String | ||
|
|||
Attribute name | Type | Default value | |
onInitialized | Action Event | ||
|
Action name |
addItem(name, onclick, group_lable*) |
---|
plugin[fuzzysearch].addItem('test 1',trace(item 1 is clicked);); plugin[fuzzysearch].addItem('test 2',trace(item 2 is clicked);,group1); plugin[fuzzysearch].addItem('test 3',trace(item 3 is clicked);,group2); |
Action name |
removeItemByCaption(name) |
plugin[fuzzysearch].removeItemByCaption(ItemCaption); |
Action name |
removeAll() |
plugin[fuzzysearch].removeAll(); |
Action name |
focus() |
plugin[fuzzysearch].focus(); |
Action name |
close() |
plugin[fuzzysearch].close(); |