mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- fix for tinymce usage where rather than collect all changes before unload, capture the onblur event and set the value then.
- use fle type image rather than rendering template icon in create web content summary screen - save content before executing finish or next in create web content wizard - makes error handling more proper - add output path pattern to summary screen for create form wizard - handle chiba-state-changed event properly git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4514 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -44,4 +44,7 @@ public interface Rendition
|
||||
|
||||
/** the url to the asset */
|
||||
public String getUrl();
|
||||
|
||||
/** the file type image for the rendition */
|
||||
public String getFileTypeImage();
|
||||
}
|
||||
|
Reference in New Issue
Block a user