Light Box Pop-up

andrew-robertson
andrew-robertson Community Member Posts: 362 ♦ Idol ♦

The ability to control the title of a Lectora page that is opened in a pop-up window would be nice. These are the links that are called to a page that is created within Lectora and not external websites.

--

From my dissecting of the HTML page, the following lines are called to open a page in a lightbox.

If the Window Name entry in the pop-up settings window within Lectora reflected the bolded text above, that'd be great.


I am currently calling this line of code within an external JavaScript file that I built for advanced functionality of a simulation, and it works as expected.

var db = new jsDlgBox( '1574', 'SomeTitleHere', 'page176062.html', (typeof(fn)!='undefined')?fn:null, 503, 294, -1, -1, 1, 16 ); db.create(); db.setPrevFocus(getDisplayWindow().prevFocus); if ( typeof(fn)!='undefined' ) fn=null;

Andrew R.
Developing content since 2010 using a mixed bag of tools.
4
4 votes

Active · Last Updated

Comments

  • KaiNie
    KaiNie Community Member, Lectora® Accessibility Group (LAUG) Member, eLearning Brothers® Partner Posts: 13 ☆ Roadie ☆

    On top it woul be great to have an easy way to change the look and feel of the lightboxes.

    I made some css tweaks, however, this is a quite manual workaround to make the lightboxes fit to the corporate design for different customers.