mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
frame extensions
This commit is contained in:
@@ -101,6 +101,8 @@ void FrameRenderer::writeProperties(const Frame* pFrame, std::ostream& ostr)
|
||||
ostr << ",title:'" << pFrame->getTitle() << "'";
|
||||
if (pFrame->collapsible())
|
||||
ostr << ",collapsible:true";
|
||||
if (pFrame->collapsed())
|
||||
ostr << ",collapsed:true";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user