/org/richfaces/renderkit/html/scripts/jquery/jquery.js,/org/richfaces/renderkit/html/scripts/jquery.hotkeys.js,/org/richfaces/renderkit/html/scripts/hotKey.js
0) {
if (Boolean.TRUE.equals(disableInInput)) {
options.append(",disableInInputTypes:");
options.append('\'');
options.append(getUtils().escapeJavaScript(disableInInputTypes));
options.append('\'');
} else {
context.getExternalContext().log(
"Attribute disableInInputTypes='" + disableInInputTypes +
"' will be ignored for component '" +
org.richfaces.component.util.MessageUtil.getLabel(context, component) +
"', because value of disableInInput attribute is not 'true'");
}
}else if (Boolean.TRUE.equals(disableInInput)) {
options.append(",disableInInputTypes:");
options.append('\'');
options.append(getUtils().escapeJavaScript("all"));
options.append('\'');
}
Boolean checkParent = (Boolean) attributes.get("checkParent");
if (checkParent != null) {
options.append(",checkParent:");
options.append(checkParent);
}
options.append("}");
]]>