Document Item Approval |
|
 |
<client:docitemapprovalmodule/> |
|
|
The Document Item Approval module gives the client the ability to change the status and reasons for status changes for published documents.
The Document Item Approval allows the following attributes:
comment_field_cols |
value of cols attribute used in the TEXTAREA for the comment field |
comment_field_rows |
value of the rows attribute used in the TEXTAREA for the comment field |
comment_title |
label for the comment field |
document_title |
label for the document |
status_title |
label for the status of document |
submit_value |
text of the submit button |
success_page |
page returned upon a successful document status change |
cellspacing |
HTML cell spacing for the table |
cellpadding |
HTML cell padding for the table |
border |
HTML border for the table |
width |
module width, same syntax as HTML table width |
title |
module title |
css_prefix |
All modules reference a common set of styles. If you want your module to have its own set of styles, define this set. Then the set will reference a style named css_prefix<style>. |
Sample of the Document Item Approval:
<client:docitemapprovalmodule
title="Document Approval:"
cellpadding="3"
cellspacing="0"
comment_field_cols="40"
comment_field_rows="10"
comment_title="Comment:"
document_title="Document:"
status_title="Status:"
submit_value="Submit"
success_page="doclists.jsp"/>
|