1,813
การแก้ไข
| บรรทัดที่ 587: | บรรทัดที่ 587: | ||
==== Filling ==== | ==== Filling ==== | ||
Form filling after a search result fetch is handled by the JavaScript function {{code|process_invoker | Form filling after a search result fetch is handled by the JavaScript function '''{{code|process_invoker}}''', which closely mimics the normal form filling routine with some additional flag manipulation. | ||
After filling, user might expect additional navigation behaviour (especially when the search is initiated by trigger paths #2 and #3). This navigational follow-up is handled by the JavaScript function {{code|post_fill_invoker}}. Although these 2 functions resides in the JavaScript file for [[CuneiModal]], their inner workings are heavily based on CuneiForm logic. | After filling, user might expect additional navigation behaviour (especially when the search is initiated by trigger paths #2 and #3). This navigational follow-up is handled by the JavaScript function '''{{code|post_fill_invoker}}'''. | ||
Although these 2 functions resides in the JavaScript file for [[CuneiModal]], their inner workings are heavily based on CuneiForm logic. | |||
=== Instacalc Routine === | === Instacalc Routine === | ||