Using smart admin theme in SmartMessageBox input type is select but how to add option with value?
$.SmartMessageBox({
title: "AddLearningObject",
content: "ObjectTypeText"",
buttons: "["Cancel"] ["Next"]",
input: "select",
options: "[Video][Assessment][Link]"
}, function (ButtonPress, Value) {
} })
Options added by [Video][Assessment][Link], but how to add a value to them?