Details of ScriptInjection
Initialized variable
inputs
It is a hush of the input element of custom fields.
Fields other than date type
inputs['Label of field'] // The element can be acquired from the label of the field.
inputs['Tagname of filed'] // The element can be acquired from the tagname of the field.
Field of date type
inputs['Label of field']['date'] // The input element to the date can be acquired.
inputs['Label of filed']['time'] // The input element to the hour can be specified.
This entry was posted on Tuesday, September 23rd, 2008 at 5:16 PM and is filed under ScriptInjection. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.