Plugin Directory

Changeset 985946


Ignore:
Timestamp:
09/10/2014 02:04:21 AM (12 years ago)
Author:
amithings
Message:

Update to version 1.2.

Location:
amithings
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • amithings/tags/1.2/readme.txt

    r985942 r985946  
    3030You will find more info about UPL at Amithings website in the Help section, here: http://app.amithings.com/help(upl).
    3131
    32 
    3332Parameters
    3433
     34address - Shows the address bar with the UPL. Accepts only "yes" and "no". Default: "no".
    3535
    36     address - Shows the address bar with the UPL. Accepts only "yes" and "no". Default: "no".
     36border - Shows a border outside the contents. Accepts only "yes" and "no". Default: "no".
    3737
    38     border - Shows a border outside the contents. Accepts only "yes" and "no". Default: "no".
     38container - HTML element used as container to the contents. The only parameter accepted is "iframe". Default: "iframe".
    3939
    40     container - HTML element used as container to the contents. The only parameter accepted is "iframe". Default: "iframe".
     40height - Sets the height of the contents. Integer values will be assigned in pixels but you may try using one of these units: em, cm, ex, in, mm, pc, pt and px. Default: "auto".
    4141
    42     height - Sets the height of the contents. Integer values will be assigned in pixels but you may try using one of these units: em, cm, ex, in, mm, pc, pt and px. Default: "auto".
     42scrolling - Specifies whether or not to display scrollbars around the contents. Accepts "auto", "yes" and "no". Default: "auto".
    4343
    44     scrolling - Specifies whether or not to display scrollbars around the contents. Accepts "auto", "yes" and "no". Default: "auto".
     44upl - List of UPL functions separated by dots.
    4545
    46     upl - List of UPL functions separated by dots.
    47 
    48     width - Sets the width of the contents. Integer values will be assigned in pixels but you may try using one of these units: em, cm, ex, in, mm, pc, pt and px. Default: "100%".
    49 
    50 
     46width - Sets the width of the contents. Integer values will be assigned in pixels but you may try using one of these units: em, cm, ex, in, mm, pc, pt and px. Default: "100%".
    5147
    5248== Installation ==
  • amithings/trunk/readme.txt

    r985942 r985946  
    3030You will find more info about UPL at Amithings website in the Help section, here: http://app.amithings.com/help(upl).
    3131
    32 
    3332Parameters
    3433
     34address - Shows the address bar with the UPL. Accepts only "yes" and "no". Default: "no".
    3535
    36     address - Shows the address bar with the UPL. Accepts only "yes" and "no". Default: "no".
     36border - Shows a border outside the contents. Accepts only "yes" and "no". Default: "no".
    3737
    38     border - Shows a border outside the contents. Accepts only "yes" and "no". Default: "no".
     38container - HTML element used as container to the contents. The only parameter accepted is "iframe". Default: "iframe".
    3939
    40     container - HTML element used as container to the contents. The only parameter accepted is "iframe". Default: "iframe".
     40height - Sets the height of the contents. Integer values will be assigned in pixels but you may try using one of these units: em, cm, ex, in, mm, pc, pt and px. Default: "auto".
    4141
    42     height - Sets the height of the contents. Integer values will be assigned in pixels but you may try using one of these units: em, cm, ex, in, mm, pc, pt and px. Default: "auto".
     42scrolling - Specifies whether or not to display scrollbars around the contents. Accepts "auto", "yes" and "no". Default: "auto".
    4343
    44     scrolling - Specifies whether or not to display scrollbars around the contents. Accepts "auto", "yes" and "no". Default: "auto".
     44upl - List of UPL functions separated by dots.
    4545
    46     upl - List of UPL functions separated by dots.
    47 
    48     width - Sets the width of the contents. Integer values will be assigned in pixels but you may try using one of these units: em, cm, ex, in, mm, pc, pt and px. Default: "100%".
    49 
    50 
     46width - Sets the width of the contents. Integer values will be assigned in pixels but you may try using one of these units: em, cm, ex, in, mm, pc, pt and px. Default: "100%".
    5147
    5248== Installation ==
Note: See TracChangeset for help on using the changeset viewer.