javascript trigger createContent: Refresh document view after createContent
Hello,
in an open Document we add new line with the javascript trigger command createContent. This if special conditions are given. This is needed, because the users should not forget to add the new added "line". That works fine:
ScriptIssueDeltaBean.createContent("category_name", "first");
but the users must manually press F5 to see the new line. And that is the problem: The refresh of the open document shoud happen automatically. Because the user shoud not forget this new line. Is there any way to do this?
Thanks a lot

