J
Jason
Hi,
Developed an addin that supports each of the apps referenced in the subject.
They are all loosly based on the FrontPage Model.
Our HTML template developer has built a template that contains some hard
coded style references so when the document is open in the editor all images
referenced in the Style Sheet appear.
When the Author saves the document the "Embedded Files" Dialog appears
referencing the Style sheet as the path to it is an http:// reference and the
document is being saved using a drive mapping. My Question is:
Is there a way I can mark/set a property of the stylesheet object so that it
does not appear in the embedded list? While I'm fine with authors adding
images etc to there page which will need to be saved, I am trying to not
include the stylesheet so they don't end up saving their own copy of it.
I could change the reference during the OnPageSave Event but as there is no
event to cature the author pressing the cancel button I cannot reliably
return the document back to the state before the change.
Is there a way to intercept the save functionality so I can take over the
save and make the changes I need/want to make?
Thanks
Jason
Developed an addin that supports each of the apps referenced in the subject.
They are all loosly based on the FrontPage Model.
Our HTML template developer has built a template that contains some hard
coded style references so when the document is open in the editor all images
referenced in the Style Sheet appear.
When the Author saves the document the "Embedded Files" Dialog appears
referencing the Style sheet as the path to it is an http:// reference and the
document is being saved using a drive mapping. My Question is:
Is there a way I can mark/set a property of the stylesheet object so that it
does not appear in the embedded list? While I'm fine with authors adding
images etc to there page which will need to be saved, I am trying to not
include the stylesheet so they don't end up saving their own copy of it.
I could change the reference during the OnPageSave Event but as there is no
event to cature the author pressing the cancel button I cannot reliably
return the document back to the state before the change.
Is there a way to intercept the save functionality so I can take over the
save and make the changes I need/want to make?
Thanks
Jason