| Attributes |
| Name | Required | Request-time | Type | Description |
| contentId | false | true | java.lang.String | Specify the content id which has to be enclosed. |
| resize | false | true | int | Set the resize option for this frame. FrameTag.RESIZE_MODE_NONE, FrameTag.RESIZE_MODE_ALL, FrameTag.RESIZE_MODE_SE (NONE by default) |
| border | false | true | int | Set the border option for this frame. FrameTag.BORDER_MODE_NONE, FrameTag.BORDER_MODE_ALL, FrameTag.BORDER_MODE_SE (ALL by default) |
| canDrag | false | true | boolean | If true, you will be able to drag the Frame. (false by default) |
| style | false | true | java.lang.String | Css style. Accepts EL. |
| styleClass | false | true | java.lang.String | Css class style. Accepts EL. |
| rendered | false | true | boolean | Rendered or not, acceptable values are: [true(default), false]. |
| id | false | true | java.lang.String | Unique Identifier. Accepts EL. |
| templateStart | false | true | java.lang.String | Special velocity start template to replace default. Accepts EL. |
| templateEnd | false | true | java.lang.String | Special velocity end template to replace default. Accepts EL. |