8.2. Script Development¶
8.2.1. In some cases, if you enter tag to the property value inside the tag by Web page editor, design view may be broken.¶
If the value that states <imart type=”string”> tag is entered between a pair of “” (double quotation)for the property value inside the tag in HTML, design view display would be broken.If you do not want to break the display in design view, you can surround it with “(single quotation)when you use <imart> tag for the tag property value.<input type="hidden" id="target_locale" value="<imart type="string" value=target_locale></imart>"></input>
8.2.2. Warning may be displayed for the tag that has no structure problem.¶
Warning is shown by validation if you make combination of <form><table>,but there is no problem with this tag combination if you execute it.<form> <table> -- 中略 -- </table> </form>
8.2.3. Property that can be used by HTML specification may be warned as [undefined] on validation function of Web page editor.¶
In validation function of Web page editor, the property that can be used by HTML specification may be warned as [undefined].For example, if you add id property to form tag, it will be warned as [undefined attribute name (id)].Please ignore this warning if the property that can be used by HTML specification receives such a warning.
8.2.4. Source file should be encoded only in UTF-8.¶
Only the UTF-8 code should be used for file encoding for development.
8.2.5. Error occurs when inputting complement is used after “(” of method in JS editor.¶
If you try to use inputting complement after “(” of method in JS editor, the error will occur.This is caused by the VJET editor which is included as plug-in.
8.2.6. Warning may be displayed by using “let” in JS editor, but it is not a problem.¶
If you state let by JS editor, you see the warning on the editor.But there is no problem when you execute it.
8.2.7. If you debug on VJET editor, [Error Log] view is displayed when you move mouse cursor to the specified variable.¶
If you try to display object information by moving mouse cursor to the variable, [Error Log] view may be output.The symptom above is caused by the VJET editor which is included as plug-in.
8.2.8. API candidate list for script development which is displayed by VJET editor inputting complement conforms to the latest version of intra-mart Accel Platform.¶
Candidate list which is displayed by VJET editor inputting complement conforms to the latest intra-mart Accel Platform.Therefore, when you develop on old version of intra-mart Accel Platform, API which cannot be used on that intra-mart Accel Platform may be displayed.Please check API list contents for use availability.
8.2.9. imart tag candidate list which is displayed by HTML editor and Web page editor inputting complement conforms to the latest version of intra-mart Accel Platform.¶
imart tag candidate list which is displayed by HTML editor and Web page editor inputting complement conforms to the latest intra-mart Accel Platform.Therefore, when you develop on old version intra-mart Accel Platform, imart tag or property which cannot be used on that intra-mart Accel Platform may be displayed.Please check the API list contents for use availability.
8.2.10. Break point skipping cannot be done in script debug.¶
Even if you set skip to the break point that is placed on JS editor in script development, the setting will not be enabled and it will be stopped.This symptom occurs both in VJET editor and in JavaScript editor.