Added field implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -172,6 +172,8 @@ wxRichTextObject* wxRichTextXMLHandler::CreateObjectForXMLName(wxRichTextObject*
|
||||
return new wxRichTextCell;
|
||||
else if (name == wxT("table"))
|
||||
return new wxRichTextTable;
|
||||
else if (name == wxT("field"))
|
||||
return new wxRichTextField;
|
||||
else
|
||||
return NULL;
|
||||
}
|
||||
@@ -1085,6 +1087,7 @@ bool wxRichTextXMLHandler::ExportStyleDefinition(wxOutputStream& stream, wxRichT
|
||||
OutputString(stream, wxT("</boxstyle>"));
|
||||
}
|
||||
|
||||
WriteProperties(stream, def->GetProperties(), level);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user