Editing
Albums CMS Design Principles
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Album details === Typical handlers on album details pages: * Load the gallery content. * Bind overlay handlers for the album's thumbnail image. * Bind handler to allow inline editing of album keywords. * Bind "delete record" handler to links/buttons in the page header. * Bind "update cache" handler to links/buttons in the page header. <syntaxhighlight lang="javascript"> <script type="text/javascript"> $(document).ready(function() { /* Load gallery content & bind handlers for the gallery listings content. */ $('.gallery-listings').galleries('retrieveGallery'); /* Album thumbnail handlers. */ $('.image-upload-container').galleries('bindImageOverlayHandlers'); /* Enable inline keyword editing. */ $('.metadata').keywords('bindListingsHandlers'); /* "delete record" link in the page header The default action is to refresh with listings content, which isn't appropriate on a details page. */ $('.hdr-delete-link').formDialog({ dialogClass: 'delete-confirmation', callbacks: {update_content: function(data) { data.settings = options; methods.updatePageContentAfterDelete(data) }} }); /* "update cache" link in the page header */ $('.update-cache-btn').on('click', $.littled.updateCache); }); </script> </syntaxhighlight>
Summary:
Please note that all contributions to Littledamien Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Littledamien Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information