Detailed Usage Instructions for Functions in
"clc_id_main.js"
List of Functions
Detailed Usage Instructions
string CLC_GenerateIDInfo(DOM-Obj_Target)
Input parameters:
- DOM-Obj_Target - DOM-Obj that you wish to generate ID
information for.
Return parameter:
- string - A text string that identifies the
DOM-Obj_Target
Error messages:
Additional notes:
- Returns a null string if there is no idenfication that
is appropriate for "DOM-Obj_Target."
- Currently, all strings are in English only. However, it
is possible to add support for other languages.
- The exact string that will be generated depends on the
DOM-Obj_Target passed in. Please note while the string will
be something which identifies the DOM-Obj_Target, the exact
content of the string IS subject to change at my
discretion. A detailed table
that explains the functions used to generate the string can
be seen here.
void CLC_GenerateDetailedInfo(DOM-Obj_Target)
Input parameters:
- DOM-Obj_Target - DOM-Obj that you wish to generate
detailed information for.
Return parameter:
- string - A text string that identifies the
DOM-Obj_Target
Error messages:
Additional notes:
- Returns a null string if there is no idenfication that
is appropriate for "DOM-Obj_Target."
- Currently, all strings are in English only. However, it
is possible to add support for other languages.
- The exact string that will be generated depends on the
DOM-Obj_Target passed in. Please note while the string will
be something which gives more information about the
DOM-Obj_Target, the exact content of the string IS subject
to change at my discretion. A detailed table that explains the
functions used to generate the string can be seen
here.