Development Guide
Table Of Contents
- Chapter 1 Introducing FileMaker Pro Advanced
- Chapter 2 Creating database solutions
- Chapter 3 Customizing database solutions
- Chapter 4 Debugging and analyzing files
- Chapter 5 Developing third-party FileMaker plug-ins
- About external functions
- About the example plug-in
- Installing, enabling, and configuring the example plug-in
- Description of the FMExample plug-in’s external functions
- Using the example plug-in
- Customizing the plug-in example
- Requirements for writing external function plug-ins
- FileMaker messages sent to the plug-in
- Avoiding potential Mac OS X resource conflicts
- Providing documentation for your plug-in
- Appendix A Feature comparison of the runtime application with FileMaker Pro
- Index
Chapter 3
|
Customizing database solutions 27
Requirements for theme files
Every theme file must begin with an XML-document processing instruction that declares it as an XML
document using the XML
1.0 specification. In addition, an XML document for a layout theme must contain
the <FMTHEMES> and </FMTHEMES> start and end tags for the file. This FMTHEMES root element can
contain one or more FMTHEME elements.
For more information on theme elements and attributes, see Help.
Minimum elements required for a theme file