Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by TerenceKwan: http://wiki.apache.org/hadoop/Chukwa_Console_Integration_Guide ------------------------------------------------------------------------------ '''Configuration Parameter Table''' || '''Type''' || '''Description''' || '''Example''' || '''Comment''' || || Edit Field (String) || Single edit box || {"name":"table","type":"string","value":"ClientTrace","edit":"0"} || || - || Drop Down Single Selection || A drop box to allow user to do single item selection || {"name":"height","type":"select","value":"200","label":"Height","options":[{"label":"200","value":"200"},{"label":"400","value":"400"}, + || Drop Down Single Selection || A drop box to allow user to do single item selection || {"name":"height", "type":"select", "value":"200", "label":"Height","options":[{"label":"200","value":"200"},{"label":"400","value":"400"}, {"label":"600","value":"600"},{"label":"800","value":"800"},{"label":"1000","value":"1000"}]} || || - {"label":"600","value":"600"},{"label":"800","value":"800"},{"label":"1000","value":"1000"}]} || || - || Multiple Selection || A list control which allow multiple selection. || {"name":"fruits","type":"select_multiple","value":"apple","label":"frusts you like","options":[{"label":"Apple","value":"apple"},{"label":"Orange","value":"orange"},{"label":"Banana","value":"banana"},]} || || + || Multiple Selection || A list control which allow multiple selection. || {"name":"fruits", "type":"select_multiple", "value":"apple", "label":"fruits you like", "options":[{"label":"Apple","value":"apple"}, {"label":"Orange","value":"orange"}, {"label":"Banana","value":"banana"},]} || || - || Radio Box || A radio button control || {"name":"legend","type":"radio","value":"on","label":"Show Legends","options":[{"label":"On","value":"on"},{"label":"Off","value":"off"}]} + || Radio Box || A radio button control || {"name":"legend","type":"radio","value":"on", "label":"Show Legends", "options":[{"label":"On","value":"on"},{"label":"Off","value":"off"}]} || || - }}} || ||
