@Override
protected void encodeScriptsAndStyles(FacesContext context, PopupLayer component) throws IOException {
super.encodeScriptsAndStyles(context, component);
Rendering.renderInitScript(context, new ScriptBuilder().functionCall("O$.fixInputsWidthStrict",
new FunctionCallScript("O$", component)));
}