LEARN@IGP

Infogrid Pacific-The Science of Information

12

Browse Events

Any interactive content will require a diversion to a URL for information or as part of the interactive sequence. AIE makes provision for local links and remote URLs.  Updated: 2014-07-18

Browse events allow the inclusion of other local linkable resources, or remote internet resources from within an event.

Browse Reserved Terms

BROWSETO Open a specific link reference or URL.

Usage

0 XX COMMAND BROWSETO "nav_test.html"

0 XX COMMAND BROWSETO "http://www.google.com"

The URL must be wrapped in double quotes.

EVENT BrowseGoogle id=google click
EVENTSTART BrowseGoogle 
0 XX COMMAND BROWSETO "http://www.google.com"
EVENTEND BrowseGoogle
EVENT BrowseIGPWebsite id=igpwebsite click
EVENTSTART BrowseIGPWebsite
0 XX COMMAND BROWSETO "http://www.infogridpacific.com"
EVENTEND BrowseIGPWebsite
EVENT BrowseIGPLearn id=igplearn click
EVENTSTART BrowseIGPLearn
0 XX COMMAND BROWSETO "http://learn.infogridpacific.com"
EVENTEND BrowseIGPLearn

Browse Example LIVE

1) Browse Google: Opens Google site. 2) Browse IGP Website opens IGP Main Website. 3) Browse IGP Learn opens IGP Learn site.

 

<div class="panel-rw interactive-rw" id="pan1" title="Panel Interactive">
<div class="aie-nav-script-rw" title="AIE Panel Nav Script">
<pre class="aie-events">EVENT BrowseGoogle id=google click
EVENTSTART BrowseGoogle
0 XX COMMAND BROWSETO "http://www.google.com"
EVENTEND BrowseGoogle
EVENT BrowseIGPWebsite id=igpwebsite click
EVENTSTART BrowseIGPWebsite
0 XX COMMAND BROWSETO "http://www.infogridpacific.com"
EVENTEND BrowseIGPWebsite
EVENT BrowseIGPLearn id=igplearn click
EVENTSTART BrowseIGPLearn
0 XX COMMAND BROWSETO "http://learn.infogridpacific.com"
EVENTEND BrowseIGPLearn
</pre>
</div>
    <div class="title-bar-rw" title="Panel TitleBar">
        <h2><a href="#">Browse Example LIVE</a></h2>
        <p>1) Browse Google: Opens Google site. 2) Browse IGP Website opens IGP Main Website. 3) Browse IGP Learn opens IGP Learn site.</p>
    </div>
    <div class="frame-rw" title="Panel Frame">
        <div class="frame-body-rw" title="Panel FrameBody">
            <button id="google">Browse Google</button>
            <button id="igpwebsite">Browse IGP Website</button>
            <button id="igplearn">Browse IGP Learn</button>
        </div>
    </div>
</div>
comments powered by Disqus