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="advanced_combobox" url="plugins/advanced_combobox.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" include_select2="true" auto_generate_scenes_list="true" group_scenes="true" native_on_mobile="true" show_searchbox="true" theme="default" font_size="13" font_name="Roboto,sans-serif,tahoma" textcolor="0x444444" bgcolor="0xffffff" bgalpha="1" bordercolor="0xaaaaaa" borderalpha="1" selected_item_textcolor="0x5897fb" selected_item_bgcolor="0xffffff" selected_item_bgalpha="1" maxheight="200px" language="en" text_direction="ltr" placeholder="Select a scene" onInitialized="" />
Attribute name | Type | Default value | |
include_jquery | Boolean | "true" | |
---|---|---|---|
|
|||
Attribute name | Type | Default value | |
include_select2 | 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 | |
native_on_mobile | Boolean | "true" | |
![]() ![]() |
|||
Attribute name | Type | Default value | |
show_searchbox | Boolean | "true" | |
![]() ![]() |
|||
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 | |
language | String | "en" | |
When necessary, Advanced Combobox Plugin displays certain messages to the user. For example, a message will appear when no search results were found or more characters need to be entered in order for a search to be made. These messages have been translated into many languages by this plugin.
![]() ![]() |
|||
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[advanced_combobox].addItem('test 1',trace(item 1 is clicked);); plugin[advanced_combobox].addItem('test 2',trace(item 2 is clicked);,group1); plugin[advanced_combobox].addItem('test 3',trace(item 3 is clicked);,group2); |
Action name |
selectItem(ItemIndex) |
plugin[advanced_combobox].selectItem(0); |
Action name |
selectItemByCaption(name) |
plugin[advanced_combobox].selectItemByCaption(ItemCaption); |
Action name |
removeItemByCaption(name) |
plugin[advanced_combobox].removeItemByCaption(ItemCaption); |
Action name |
removeAll() |
plugin[advanced_combobox].removeAll(); |
Action name |
open() |
plugin[advanced_combobox].open(); |
Action name |
close() |
plugin[advanced_combobox].close(); |