@@ -18,10 +18,11 @@ Behaviors are essentially small chunks of code that can be plugged onto content
1818
1919A Plone behavior could be used to
2020
21- - Add a set of form fields (on standard add and edit forms)
22- - Enable a particular event handler
23- - Enable one or more views, viewlets, or other UI components
24- - Anything else which may be expressed in code via an adapter and/or marker interface.
21+ - add a set of form fields (on standard add and edit forms),
22+ - add logic as part of the adapter,
23+ - enable a particular event handler,
24+ - enable one or more views, viewlets, or other UI components,
25+ - do anything else which may be expressed in code via an adapter and/or marker interface.
2526
2627Behaviors can be added to content types on an as-needed basis, allowing for a high degree of flexibility and customization.
2728
@@ -71,17 +72,17 @@ Overall, behaviors are an important part of the Plone content management system
7172
7273There are two ways to add or remove a behavior on a type:
7374
74- - through the web using the control panel
75- - using a custom add-on GenericSetup profile
75+ - through the web using the control panel,
76+ - using a custom add-on GenericSetup profile.
7677
7778### Through the Web
7879
79- 1 . Go to the Site Setup and chose the Content Types control panel
80+ 1 . Go to the {guilabel} ` Site Setup ` and chose the {guilable} ` Content Types ` control panel
80812 . Select the type where you want to add or remove a behavior
81- 3 . Then click on the Behaviors tab of the types settings.
82+ 3 . Then click on the {guilabel} ` Behaviors ` tab of the settings of the type .
82834 . A list of all available behaviors appears.
8384 Select or unselect the checkbox of the behavior you want to add to or remove from the type.
84- 5 . Save the form by clicking on the Save button at the bottom of the page.
85+ 5 . Save the form by clicking on the {guilabel} ` Save ` button at the bottom of the page.
8586
8687### Using a GenericSetup profile
8788
0 commit comments