Details of ScriptInjection

MT > 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.

Leave a Reply