|
|
@ -125,11 +125,15 @@ |
|
|
|
content = getInitContent(params, initParams, align); |
|
|
|
content = getInitContent(params, initParams, align); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rich_editor.editor.bindToolbar(rich_editor.bar); |
|
|
|
|
|
|
|
|
|
|
|
rich_editor.setValue({ |
|
|
|
rich_editor.setValue({ |
|
|
|
content: content, |
|
|
|
content: content, |
|
|
|
isAuto: isAuto, |
|
|
|
isAuto: isAuto, |
|
|
|
dimensionIds: getDimensionIds(params) |
|
|
|
dimensionIds: getDimensionIds(params) |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rich_editor.setFocus(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Pool.update = function () { |
|
|
|
Pool.update = function () { |
|
|
|