Confirmed users
1,209
edits
m (→l10n) |
|||
Line 45: | Line 45: | ||
*pagename is the name of the file, with underscores taken out | *pagename is the name of the file, with underscores taken out | ||
*formname is just what you think the form should be called with "form" appended, since cake is actually naming them... (should we make this more specific?) | *formname is just what you think the form should be called with "form" appended, since cake is actually naming them... (should we make this more specific?) | ||
*name is a unique name for the element (preferably | *name is a unique name for the element (preferably its id) | ||
*element is the closest tag or parameter, so for an images alt tag it would be "alt". For a label it would be "label" | *element is the closest tag or parameter, so for an images alt tag it would be "alt". For a label it would be "label" | ||
*additional is anything else needed to make a string unique | *additional is anything else needed to make a string unique | ||
*type is a global category, like "error" | *type is a global category, like "error" |