1,801
การแก้ไข
ล (→Filling) |
|||
| บรรทัดที่ 590: | บรรทัดที่ 590: | ||
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. | 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, | After filling, users 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. | Although these 2 functions resides in the JavaScript file for [[CuneiModal]], their inner workings are heavily based on CuneiForm logic. | ||