Changes

Jump to navigation Jump to search

document.markChanged

480 bytes added, 10:36, 25 May 2011
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..."
document.'''markChanged'''&nbsp;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 you close it.<br>

== Syntax ==

document.'''markChanged()'''<br> Turns thee 'changed' flag on.

== Example ==

<source lang="lua">--[[
Code that modifies the current document
..
..
--]]

document.markChanged() --ask the user to save the document when closing it</source><br>

[[Category:document]]
68

edits

Navigation menu