[ADDED] [V0.7.0] Panel AutoLoadIFrame

  1. #1

    [ADDED] [V0.7.0] Panel AutoLoadIFrame

    Hello,

    Would it be possible to get the IFrame rendered to also include a Name attribute in the HTML output? Would help when we are doing something like:

    ...
    parent.frames["IFrame"].focus();
    parent.frames["IFrame"].print();
    ...
    We can not retrieve by the ID with the frames array ;)

    Cheers,
    Timothy
  2. #2

    RE: [ADDED] [V0.7.0] Panel AutoLoadIFrame

    Hi Timothy,

    Great suggestion.


    I added the "name" attribute the <iframe> markup. The name of the <iframe> is set to the same value as the "id", where we use the .ClientID + "_IFrame".


    For example, if the controls .ClientID is "Panel1", then the <iframe> name and id attributes will be set to "Panel1_IFrame".


    This feature has been committed to SVN and will be publicly available with the v0.7.0 release.*


    Hope this helps.


    Geoffrey McGill
    Founder
  3. #3

    RE: [ADDED] [V0.7.0] Panel AutoLoadIFrame

    Awesome turn around time! Very much appreciated ;)

    Cheers,
    Timothy

Similar Threads

  1. Replies: 1
    Last Post: Apr 11, 2012, 4:24 PM
  2. Replies: 1
    Last Post: Mar 10, 2012, 1:45 PM
  3. [CLOSED] TabMenu not added in Panel.
    By stoque in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Aug 30, 2011, 5:30 PM
  4. Panel AutoLoadIFrame Question
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 14
    Last Post: Nov 11, 2008, 10:28 AM
  5. [CLOSED] Tab and AutoloadIframe
    By amitpareek in forum 1.x Help
    Replies: 6
    Last Post: Oct 11, 2008, 10:16 AM

Posting Permissions