}
catch (MNullPropertyWebException exception) {
if (!directRefreshMode) {
- this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $S('%s').verticalAlign = null; }", this.getId(), this.getId()));
+ this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $('%s').removeAttribute('verticalAlign'); }", this.getId(), this.getId()));
}
}
}
}
catch (MNullPropertyWebException exception) {
if (!directRefreshMode) {
- this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $S('%s').textAlign = null; }", this.getId(), this.getId()));
+ this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $('%s').removeAttribute('textAlign'); }", this.getId(), this.getId()));
}
}
}
}
catch (MNullPropertyWebException exception) {
if (!directRefreshMode) {
- this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $S('%s').width = null; }", this.getId(), this.getId()));
+ this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $('%s').removeAttribute('width'); }", this.getId(), this.getId()));
}
}
}
}
catch (MNullPropertyWebException exception) {
if (!directRefreshMode) {
- this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $S('%s').height = null; }", this.getId(), this.getId()));
+ this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $('%s').removeAttribute('height'); }", this.getId(), this.getId()));
}
}
}
}
catch (MNullPropertyWebException exception) {
if (!directRefreshMode) {
- this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $S('%s').color = null; }", this.getId(), this.getId()));
+ this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $('%s').removeAttribute('color'); }", this.getId(), this.getId()));
}
}
}
}
catch (MNullPropertyWebException exception) {
if (!directRefreshMode) {
- this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $S('%s').backgroundColor = null; }", this.getId(), this.getId()));
+ this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $('%s').removeAttribute('backgroundColor'); }", this.getId(), this.getId()));
}
}
}
}
catch (MNullPropertyWebException exception) {
if (!directRefreshMode) {
- this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $S('%s').border%s = null; }", this.getId(), this.getId(), temporaryBorderSide));
+ this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $('%s').removeAttribute('border%s'); }", this.getId(), this.getId(), temporaryBorderSide));
}
}
}
}
catch (MNullPropertyWebException exception) {
if (!directRefreshMode) {
- this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $S('%s').font = null; }", this.getId(), this.getId()));
- this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $S('%s').textDecoration = null; }", this.getId(), this.getId()));
+ this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $('%s').removeAttribute('font'); }", this.getId(), this.getId()));
+ this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $('%s').removeAttribute('textDecoration'); }", this.getId(), this.getId()));
}
}
}
}
catch (MNullPropertyWebException exception) {
if (!directRefreshMode) {
- this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $S('%s').padding%s = null; }", this.getId(), this.getId(), temporaryPaddingSide));
+ this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $('%s').removeAttribute('padding%s'); }", this.getId(), this.getId(), temporaryPaddingSide));
}
}
}
}
catch (MNullPropertyWebException exception) {
if (!directRefreshMode) {
- this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $S('%s').direction = null; }", this.getId(), this.getId()));
+ this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $('%s').removeAttribute('direction'); }", this.getId(), this.getId()));
}
}
}
}
catch (MNullPropertyWebException exception) {
if (!directRefreshMode) {
- this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $S('%s').textAlign = null; }", this.getId(), this.getId()));
+ this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $('%s').removeAttribute('textAlign'); }", this.getId(), this.getId()));
}
}
}
this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $('%s').maxLength = '%s'; }", this.getId(), this.getId(), this.getFormattedMaximumLength()));
}
catch (MNullPropertyWebException exception) {
- this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $('%s').maxLength = null; }", this.getId(), this.getId()));
+ this.getApplicationContextReference().addPlainTextResponseContent(String.format("if ($('%s')) { $('%s').removeAttribute('maxLength'); }", this.getId(), this.getId()));
}
}