';
}
return __p
};
this["Formbuilder"]["templates"]["edit/slider"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n
Slider Min
\n';
__p += '
Slider Max
\n';
__p += '
Slider Step
\n';
__p += '
Slider Type
\n
NOTE : You can change the slide step from 10 ( default ) to another value if you want to determines the size or amount of each interval or step the slider takes between the min and max. Set to 0 if you want to disable step mode ( regular slider ).
';
}
return __p
};
//------------------
this["Formbuilder"]["templates"]["edit/optionsdept"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '\n\n';
if (typeof includeBlank !== 'undefined'){ ;
__p += '\n
\n \n';
} ;
__p += '\n\n
\n\n';
if (typeof includeOther !== 'undefined'){ ;
__p += '\n
\n \n Include "other"\n \n';
} ;
__p += '\n\n
\n';
}
return __p
};
this["Formbuilder"]["templates"]["edit/rating"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n
\n Star A \n Star B \n Thumbs Up A \n Thumbs Up B \n Trophy \n Asterisk \n \n \n
Custom Icon Class. Learn more here
\n
\n';
}
return __p
};
this["Formbuilder"]["templates"]["edit/date"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n
\n \n
\n Default - d MM, yy \n Normal - mm/dd/yy \n ISO 8601 - yy-mm-dd \n Short - d M, y \n Medium - d MM, y \n Full - DD, d MM, yy \n \n \n
\n None \n Person \n Envelope \n Asterisk \n Link \n Star \n Users \n Check \n Message \n Calendar \n \n \n
Custom Icon Class. Learn more here
\n
\n \n
\n Left \n Right \n \n';
}
return __p
};
this["Formbuilder"]["templates"]["edit/daterange"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n
\n
\n \n
\n Default - d MM, yy \n Normal - mm/dd/yy \n ISO 8601 - yy-mm-dd \n Short - d M, y \n Medium - d MM, y \n Full - DD, d MM, yy \n \n \n
\n None \n Person \n Envelope \n Asterisk \n Link \n Star \n Users \n Check \n Message \n Phone \n Calendar \n \n \n
Custom Icon Class. Learn more here
\n
\n \n
\n Left \n Right \n \n';
}
return __p
};
//------------------
this["Formbuilder"]["templates"]["edit/units"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '\n
\n';
}
return __p
};
this["Formbuilder"]["templates"]["page"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p +=
((__t = ( Formbuilder.templates['partials/save_button']() )) == null ? '' : __t) +
'\n' +
((__t = ( Formbuilder.templates['partials/left_side']() )) == null ? '' : __t) +
'\n' +
((__t = ( Formbuilder.templates['partials/right_side']() )) == null ? '' : __t) +
'\n
';
}
return __p
};
this["Formbuilder"]["templates"]["partials/add_field"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '
\n';
}
return __p
};
this["Formbuilder"]["templates"]["partials/edit_field"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '
\n';
}
return __p
};
this["Formbuilder"]["templates"]["partials/left_side"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '
\n
\n\n
\n ' +
((__t = ( Formbuilder.templates['partials/add_field']() )) == null ? '' : __t) +
'\n ' +
((__t = ( Formbuilder.templates['partials/edit_field']() )) == null ? '' : __t) +
'\n
\n
';
}
return __p
};
this["Formbuilder"]["templates"]["partials/right_side"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '
\n';
}
return __p
};
this["Formbuilder"]["templates"]["partials/save_button"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '
\n \n
';
}
return __p
};
this["Formbuilder"]["templates"]["view/base"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '
\n
\n ' +
((__t = ( Formbuilder.templates['view/label']({rf: rf}) )) == null ? '' : __t) +
'\n\n ' +
((__t = ( Formbuilder.fields[rf.get(Formbuilder.options.mappings.FIELD_TYPE)].view({rf: rf}) )) == null ? '' : __t) +
'\n\n ' +
/*((__t = ( Formbuilder.templates['view/description']({rf: rf}) )) == null ? '' : __t) +
'\n ' +*/
((__t = ( Formbuilder.templates['view/duplicate_remove']({rf: rf}) )) == null ? '' : __t) +
'\n
\n';
}
return __p
};
this["Formbuilder"]["templates"]["view/base_non_input"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '';
}
return __p
};
this["Formbuilder"]["templates"]["view/description"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '
\n ' +
((__t = ( Formbuilder.helpers.simple_format(rf.get(Formbuilder.options.mappings.DESCRIPTION)) )) == null ? '' : __t) +
'\n \n';
}
return __p
};
this["Formbuilder"]["templates"]["view/duplicate_remove"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape;
with (obj) {
__p += '
';
}
return __p
};
this["Formbuilder"]["templates"]["view/label"] = function(obj) {
obj || (obj = {});
var __t, __p = '', __e = _.escape, __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
with (obj) {
__p += '
\n ' +
((__t = ( Formbuilder.helpers.simple_format(rf.get(Formbuilder.options.mappings.LABEL)) )) == null ? '' : __t) +
'\n ';
if (rf.get(Formbuilder.options.mappings.REQUIRED)) { ;
__p += '\n * \n ';
} ;
__p += '\n \n';
}
return __p
};
})(jQuery);