Lines Matching defs:draft
6 draft: false,
23 * @param {bool} draft Whether to save drafts
26 init: function(timeout,draft,edid){
38 dw_locktimer.draft = draft;
53 * Add another field of the editform to be posted to the server when a draft is saved
60 * Add a callback that is executed when the post request to renew the lock and save the draft returns successfully
63 * to extend the page's lock and update the draft. When this request returns successfully, then the draft__status
112 // POST everything necessary for draft saving
113 if(dw_locktimer.draft && jQuery('#dw__editform').find('textarea[name=wikitext]').length > 0){
144 jQuery('#draft__status').html(data.draft);