Changeset 19773


Ignore:
Timestamp:
11/20/15 13:01:35 (9 years ago)
Author:
dlcheng
Message:

CHG: Adding dynamic frame generation for test101.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/plot_manager.js

    r19771 r19773  
    1515
    1616        //standard plot: initialize open Gl for each canvas:
     17        $('<canvas id="'+options.getfieldvalue('canvasid')+'" width="480" height="480"></canvas>)').appendTo('body');
    1718        var canvas=document.getElementById(options.getfieldvalue('canvasid'));
    18         //$.("<canvas id='"+options.getfieldvalue('canvasid')+"' width=640 height=480></canvas>)").append("body");
    1919
    2020        // Initialize the GL context:
Note: See TracChangeset for help on using the changeset viewer.