$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijinputtext("option", "text"); // Set value var newValue; // Type: string $(".selector").wijinputtext("option", "text", newValue); });
var text : string;
Default value: null
Determines the text of the wijinputtext.
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijinputtext("option", "text"); // Set value var newValue; // Type: string $(".selector").wijinputtext("option", "text", newValue); });
var text : string;