Ability to customize caption block used on all forms in administrative console
6 views
Skip to first unread message
Alexander Obuhovich
unread,
Nov 25, 2009, 7:13:05 AM11/25/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to In-Portal Development
Currently each form control in administrative console is composed from 3 parts:
caption part - field name, required mark, additional icons (e.g. open fckeditor)
data part - input control (textarea, radio buttons etc.)
error part - code, that displays field validation error
There are separate block for each type of control. I propose to make "caption part" of each "inp_edit_*" block customizable via specifying alternative caption block. For now we could use this advancement to unify "inp_edit_textarea" block.