Last modified by Thomas Mortagne on 2023/10/13

<
From version < 44.1 >
edited by Marius Dumitru Florea
on 2012/11/26
To version < 46.1 >
edited by Marius Dumitru Florea
on 2012/11/26
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -58,6 +58,12 @@
58 58  
59 59  {{image reference="groupSheet-edit.png"/}}
60 60  
61 +== New 'Title' and 'Content' fields for App Within Minutes ==
62 +
63 +We added two new field types to the field palette: Title and Content. They are very useful if you want to store some of your data in the title and/or the content of your application entries. All the rest of the field types store their values in object properties, i.e. in an object attached to the application entry. See the [[App Within Minutes documentation>>extensions:Extension.App Within Minutes Application||anchor="HFieldPalette"]] for more details.
64 +
65 +{{image reference="AWM-fieldPalette.png"/}}
66 +
61 61  == Miscellaneous ==
62 62  
63 63  * Search Admin UI improvements ({{jira style="enum" url="http://jira.xwiki.org"}}XWIKI-8408{{/jira}}):(((
... ... @@ -86,6 +86,10 @@
86 86  
87 87  In addition there was an XWiki REST API refactoring done with the introduction of a new ##xwiki-platform-rest-api## module containing all resource declarations. This is important for client and modules willing to use the REST API so that they can have all the information about resources using Java annotation. See [[XWiki RESTful API>>platform:Features.XWikiRESTfulAPI]].
88 88  
95 +== Easy creation of new XClass property types ==
96 +
97 +It's now possible to create your own [[XClass property types>>platform:DevGuide.DataModel||anchor="HXWikiClasses2CObjects2CandProperties"]] without having to patch XWiki's old core. [[Adding a new property type>>platform:DevGuide.CreatingNewXClassPropertyTypes]] is as easy as implementing a component. This means you can extend the [[class editor>>platform:Features.PageEditing||anchor="HClasseseditingmode"]] and even the [[App Within Minutes>>extensions:Extension.App Within Minutes Application||anchor="HFieldTypes"]].
98 +
89 89  == Execution context property declarations ==
90 90  
91 91  Execution context properties can now be associated with various metadata attributes. See [[the documentation on the execution context>>doc:platform:DevGuide.SavingData||anchor="HExecutionContext"]] for more information.

Get Connected