General Specs
Input Field Size L
Keyword Highlight Yes
No. Categories 2
Categories Distribution 3-0-2-0-0
Max Rows 5
Lines Per Row 2
Show Headers Yes
AJAX Method GET
List Direction LTR
Label Text Only People & Pages
See More Msg Find more matches for:
Waiting Msg Searching matches for:
No Results Msg Unable to find matches for:
Timeout Msg Service is unreachable, please try again
Thumbnail Dimension 44x44px
Thumbnail Shape Circle
List Background #e0e0e0
List Font Color black
Line2 Color #666
List Font Size 10pt
List Font Family Helvetica
Headers Background #c95489 & #3b5889
Headers Color #fff
Text Field Border 1px solid #c95489
Text to Photo Margin 54px
Row Top Margin -1px
Marked Row Background #fefae1
Marked Row Font Color #c87201
Info Message Background #c95489
Info Message Font Color #fff
See All
Setup Parameters
muwakaba_autocomplete.build({
elementId:"muwakaba_autocomplete4",
headers:["People","","Pages","", ""],
show_headers:1,
num_rows_per_category:[3,0,2,0,0],
highlight:1,
number_lines_per_row:2,
label_text:"Only People & Pages",
text_field_size:"L",
onRowClick:function(e){get_url(e), get_line1(e), get_line2(e), get_line3(e), get_keyword(e)},
onSearchIconClick:function(e){get_keyword(e)},
direction:"LTR",
server_file:"ajax/autocomplete",
text_field_border:"1px solid #c95489",
thumbnail_dimensions:{width:44, height:44},
text_to_photo_margin:54,
row_text_top_margin:-1,
row_line_height:1.6,
thumbnail_shape:"circle",
see_more_msg:"Find more matches for:",
waiting_msg:"Searching matches for:",
no_results_msg:"Unable to find matches for:",
timeout_msg:"Service is unreachable, please try again",
font_family:"helvetica",
font_size:10,
list_background:"#e0e0e0",
list_font_color:"black",
line2_color:"#666",
headers_background:["#c95489","","#3b5589","",""],
headers_color:["#fff","","#fff","",""],
mark_background:"#fefae1",
mark_font_color:"#c87201",
waiting_noresult_background:"#c95489",
waiting_noresult_color:"#fff"
});
See All