Select Content To Load
Bucket name:
ultimateeditor
Key: EditorContent/EditorContent1.htm
Key: EditorContent/EditorContent2.htm
Font
Arial
Arial Black
Comic Sans MS
Courier
Courier New
Fixedsys
Georgia
Impact
Lucida Console
Lucida Sans Unicode
MS Sans Serif
MS Serif
Marlett
Modern
Palatino Linotype
Roman
Script
Small Fonts
Symbol
System
Tahoma
Terminal
Times New Roman
Trebuchet MS
Verdana
Webdings
Wingdings
Font
Size
1 (8 pt)
2 (10 pt)
3 (12 pt)
4 (14 pt)
5 (18 pt)
6 (24 pt)
7 (36 pt)
Size
Content has been loaded from Amazon S3 Bucket:
ultimateeditor
and Key:
EditorContent/EditorContent1.htm
. Click
Save
toolbar button (shown as
) to save the content.
Description
You can
load
the editor content from an object in
Amazon S3
by reading the content of your object and setting the
EditorHtml
property
of your UltimateEditor control to that content.
You can also
save
the editor content back to an object in
Amazon S3
by getting the editor content through the
EditorHtml
property
when
Save
toolbar button is clicked.
You can manage your editor content in Amazon S3 in three easy steps:
1) Set up an account for
Amazon Simple Storage Service (S3)
.
2) Add the configuration settings from
AmazonS3Config.xml
to your
Web.config
file and
change the settings with your own Amazon access key id and secret access key.
3) Set the
EnableAmazonS3
property of your UltimateEditor control to
True
.
Server-side API
provides the
ContentInAmazonS3
class with the following methods for getting and setting the content:
Method Name
Description
GetContentFromAmazonS3
Gets the content from Amazon S3 by given bucket name and key.
SaveContentToAmazonS3
Saves the content to Amazon S3 by given bucket name, key, and content.