FORMULA LANGUAGE
Examples: RefreshFrame command
1. This code, when used in a hotspot button in a frame, refreshes the frame named "right" in that frameset.
@Command([RefreshFrame];"right")
2. This code does not refresh any frames.
@Command([RefreshFrame])
3. This code refreshes the "left" frame of the frameset.
@SetTargetFrame("left");
@Command([RefreshFrame])
4. This example is used in a nested frameset named "outerFrameset" that contains two frames, named "left" and "right." Its "right" frame contains another frameset, named "innerFrameset", which also contains two frames named "left" and "right." This code, when used in a hotspot button in any of the frames, either in the "outerFrameset" or "innerFrameset" framesets, refreshes both frames in the "innerFrameset" frameset. It executes on only the "outerFrameset," by updating the contents of its "right" frame.
@Command([RefreshFrame];"right")
Siehe auch
RefreshFrame @Command
Glossar
Ihre Kommentare zur
Hilfe
oder zur
Verwendbarkeit der Software
?
Hilfe zur Hilfe
Inhalt der gesamten Hilfe
Glossar