_export_title
Specifies which text to use for the "Export" button.
Default Value
Defaults to "Export".
Remarks
Use this parameter if you'd like to change the text displayed on the Export button. Be sure to encode any non-alphanumeric characters
(for example, using Javascript's encodeURIComponent
or PHP's rawurlencode).
See Also
_export,
_host_name
Samples
Round-trip image editing with a renamed Export button

Edit This Image And "Send It Back" To Me!
http://www.picnik.com/service/?_export_title=Send%20It%20Back&_apikey=YourApiKey&_import=http%3A//www.picnik.com/graphics/api/api_sample_3.jpg&_export=http%3A//www.picnik.com/info/api/reference/_export_title&_export_agent=browser
This is an extension of the sample we gave for the _export
parameter. In this case, we've added the _export_title
parameter to change the text of the "Export" button.