Difference between revisions of "document.markChanged"
Jump to navigation
Jump to search
Jimbauwens (talk | contribs) (Created page with "document.'''markChanged''' is a function that is part of the Document Library. <br> The function marks the current document as changed. It will ask you to save it when y...") |
|||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | document.'''markChanged()'''<br> Turns | + | document.'''markChanged()'''<br> Turns the 'changed' flag on. |
== Example == | == Example == |
Revision as of 23:44, 30 May 2011
document.markChanged is a function that is part of the Document Library.
The function marks the current document as changed. It will ask you to save it when you close it.
Syntax
document.markChanged()
Turns the 'changed' flag on.
Example
--[[
Code that modifies the current document
..
..
--]]
document.markChanged() --ask the user to save the document when closing it