Đoạn mã javascript được tạo bởi Aviary.com cho phép tạo nút chỉnh sửa sau mỗi hình ảnh trong website, giúp người dùng có thể chỉnh sửa hình ảnh trực tiếp và lưu mới vào máy tính.
<script type="text/javascript">
//<![CDATA[
var _featherLoaded = false;
Feather_APIKey = '';
Feather_Theme = 'bluesky';
Feather_EditOptions = 'all';
Feather_OpenType = 'float';
Feather_CropSizes = '320x240,640x480,800x600,1280x1024';
Feather_OnSave = function(id, url) {
var e = document.getElementById(id);
e.src = url;
aviaryeditor_close();
}
Feather_OnLoad = function() {
_featherLoaded = true;
}
function launchEditor(imageid) {
if (_featherLoaded) {
var src = document.getElementById(imageid).src;
aviaryeditor(imageid, src);
}
}
//]]>
</script>
<script src="http://feather.aviary.com/js/feather.js" type="text/javascript"></script>
<img id="aviaryCode1k" src="http://1.bp.blogspot.com/-PrkHRe28hsk/UBun2l4NYII/AAAAAAAAJZ8/49m9RGJsUrE/s1600/script-edit-hinh-truc-tuyen-code1k.com.jpg" /><br /><br />
Hãy thử click vào đây <input onclick="launchEditor('aviaryCode1k'); return false;" src="http://4.bp.blogspot.com/-44MCt60Omz8/UBul0fCyOiI/AAAAAAAAJZ0/5iohA9WQGpI/s1600/equipment-code1k.com.png" type="image" value="Chỉnh sửa ảnh" />
<!-- Code1k.com -->
Không có nhận xét nào:
Đăng nhận xét