Changeset 30 for trunk/website/schema
- Timestamp:
- 11/23/10 03:01:19 (15 years ago)
- Files:
-
- 1 modified
-
trunk/website/schema/gesture/ModelGlue.xsd (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/website/schema/gesture/ModelGlue.xsd
r28 r30 192 192 </xsd:attribute> 193 193 194 <xsd:attribute name="type" type="xsd:string" use=" required">195 <xsd:annotation> 196 <xsd:documentation><![CDATA[The CFC to use for a controller in the same format that you'd use in a CreateObject() call, such as "myapplication.controller.MyController" ]]></xsd:documentation>194 <xsd:attribute name="type" type="xsd:string" use="optional"> 195 <xsd:annotation> 196 <xsd:documentation><![CDATA[The CFC to use for a controller in the same format that you'd use in a CreateObject() call, such as "myapplication.controller.MyController". Required if not using the 'bean' attribute.]]></xsd:documentation> 197 197 </xsd:annotation> 198 198 </xsd:attribute> … … 201 201 <xsd:annotation> 202 202 <xsd:documentation><![CDATA[A bean (or comma delimited list, if more than one) as defined in ColdSpring.xml, that will be accessible to any cffunction in the controller. Replaces the need for getModelGlue().getBean() within controller methods.]]></xsd:documentation> 203 </xsd:annotation> 204 </xsd:attribute> 205 206 <xsd:attribute name="bean" type="xsd:string" use="optional"> 207 <xsd:annotation> 208 <xsd:documentation><![CDATA[If you wish to define the controller directly in your ColdSpring.xml you can tell ModelGlue the id of it here instead of providing a type.]]></xsd:documentation> 203 209 </xsd:annotation> 204 210 </xsd:attribute> … … 415 421 416 422 <xsd:complexType> 423 417 424 <xsd:sequence> 418 425 <xsd:choice minOccurs="0" maxOccurs="unbounded"> … … 421 428 </xsd:choice> 422 429 </xsd:sequence> 430 431 <xsd:attribute name="format" type="xsd:string" use="optional"> 432 <xsd:annotation> 433 <xsd:documentation><![CDATA[(Optional) - Specifies what requestFormat this group of views should be rendered for. Defaults to "html".]]></xsd:documentation> 434 </xsd:annotation> 435 </xsd:attribute> 423 436 424 437 </xsd:complexType>
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)