var rooturl = "../../jsonHttpServlet?channelNo=1";var GetToJson;var LLidfunction lisize(sel) {    $('.frmb li').each(function() {        $(this).change(function() {            var LLid = $(this).attr('id');            if (sel[sel.selectedIndex].value == "full") {                $("#" + LLid).addClass('width100');                $("#" + LLid).removeClass('width50');                $("#" + LLid).removeClass('width30');                $("#" + LLid).removeClass('width20');            } else if (sel[sel.selectedIndex].value == "half") {                $("#" + LLid).addClass('width50');                $("#" + LLid).removeClass('width100');                $("#" + LLid).removeClass('width30');                $("#" + LLid).removeClass('width20');            } else if (sel[sel.selectedIndex].value == "third") {                $("#" + LLid).addClass('width30');                $("#" + LLid).removeClass('width50');                $("#" + LLid).removeClass('width100');                $("#" + LLid).removeClass('width20');            } else if (sel[sel.selectedIndex].value == "twenty") {                $("#" + LLid).addClass('width20');                $("#" + LLid).removeClass('width50');                $("#" + LLid).removeClass('width100');                $("#" + LLid).removeClass('width30');            }        });    });}window.sessionStorage.removeItem('formData');jQuery(function($) {    var fields = [];    var replaceFields = [];    var actionButtons = [];    var templates = {        inputButton : function(fieldData) {             return {                 field :  '
  
选择 ',        //         onclick: function() {        //             alert(111)        //         }        //     }        // },    };    var inputSets = [ {        label : '模版示例',        name : 'user-details',        id : 'llo',        icon : '