html.addToChangedPages
| Syntax |
html.addToChangedPages (adrPage)
|
| Params |
adrPage is the object database address of a page.
|
| Action |
Adds the page to the changed pages outline at user.html.changedPages.
|
| Returns |
True if the page was added to the list, false if adrPage didn't point to a web page and thus wasn't added.
|
| Examples |
html.addToChangedPages (@websites.samples.randomStuff); edit (@user.html.changedPages) » true
|
| Notes |
This verb is called by the closeWindow callback at user.callbacks.closeWindow.addToChangedPages. This way, every time a web page window is closed, it goes on the list of changed pages.
|
| See Also |
html.addPageToGlossary
|