Ignore:
Timestamp:
Jul 19, 2009, 3:11:12 PM (15 years ago)
Author:
tiico
Message:

Pb with last commit (3636)
Convert all file into UTF8 and Unix format
Add TODO in chinese language file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/admin/piclenswallconfig2.php

    r3610 r3637  
    1111/* Advanced configuration for embeded wall
    1212
    13 backgroundAlpha — 0.0 to 1.0      Changes background transparency (Not Well Supported on IE).     To change the backgroundAlpha, you must set the FlashVar "wmode" to "transparent". You can change the alpha and color together.
    14 backgroundColor — Hexadecimal Color String     Sets a color for the background.     This can be specified in either of the usual HTML color formats (#FFFFFF or #FFF), or as a hexidecimal number (0xFFFFFF). Note that if you are setting the FlashVars in the SWF's url, you must escape the # character as %23.
    15 backgroundImage — URL     Specifies a background image for the wall.     The background image can be a PNG, GIF, or JPG. The background image covers the background color.
    16 customButton — imageURL,targetURL     Adds a custom button in the lower right corner of the toolbar.
    17 descriptionHeight — 0 to 100     Sets the percentage height of the name and description overlay when items are selected.
    18 feed — URL     Specifies the feed (MediaRSS or API) that the wall should display.
    19 glowColor — Hexadecimal Color String     Changes the color of the glow around the selected cell (Default is white).     The color string can be specified as it is for backgroundColor.
    20 icons — baseURL     Points to a directory of PNG images for custom toolbar icons.
     13backgroundAlpha 0.0 to 1.0      Changes background transparency (Not Well Supported on IE).     To change the backgroundAlpha, you must set the FlashVar "wmode" to "transparent". You can change the alpha and color together.
     14backgroundColor Hexadecimal Color String     Sets a color for the background.     This can be specified in either of the usual HTML color formats (#FFFFFF or #FFF), or as a hexidecimal number (0xFFFFFF). Note that if you are setting the FlashVars in the SWF's url, you must escape the # character as %23.
     15backgroundImage URL     Specifies a background image for the wall.     The background image can be a PNG, GIF, or JPG. The background image covers the background color.
     16customButton imageURL,targetURL     Adds a custom button in the lower right corner of the toolbar.
     17descriptionHeight 0 to 100     Sets the percentage height of the name and description overlay when items are selected.
     18feed URL     Specifies the feed (MediaRSS or API) that the wall should display.
     19glowColor Hexadecimal Color String     Changes the color of the glow around the selected cell (Default is white).     The color string can be specified as it is for backgroundColor.
     20icons baseURL     Points to a directory of PNG images for custom toolbar icons.
    2121    The following filenames in the directory will be used:
    2222        * embed.png - Embed Code button
     
    2828        * search.png - Search button
    2929
    30 itemGUID — string     Sets the initially-selected item when the wall loads.     The wall will automatically select the item in a MediaRSS feed with the <guid> </guid> that matches the provided identifier. This enables you to provide "permalinks" to a particular item in the wall. Note that the desired item must be present in the initial feed loaded by the wall (it can't be in a next/previous feed).
    31 linkCSS — string     A CSS string to be applied to any HTML links in item descriptions.
    32 numRows — 1 to 7     Sets how many rows of images to show in the UI.     Note that as you show more rows, the wall is more CPU intensive and may run slower for older computers.
    33 showChrome — true | false     Shows or hides the bottom toolbar background.
    34 showDescription — true | false     Shows or hides the item description overlay.
    35 showReflections — true | false     Shows or hides the reflections under the images.     Hiding the reflections will improve performance.
    36 showEmbed — true | false     Shows or hides the Embed Code button.
    37 showSearch — true | false     Shows or hides the Search button.
    38 showTutorial — true | false     If set to true, show a tutorial message if the user does not click on the wall.     By default, the tutorial message says "Click and Drag to Begin", and will display after a few seconds of no interaction. This can be customized with the tutorial FlashVar.
    39 showNavArrows — true | false     Shows or hides the left/right navigation arrows.
    40 style — black | dark | light | white     Sets the theme to use for the wall.     This sets up different default background colors and button appearances.
    41 tilt — 0 to 5     Sets the amount of wall tilt (or disables it by setting it to 0).
     30itemGUID string     Sets the initially-selected item when the wall loads.     The wall will automatically select the item in a MediaRSS feed with the <guid> </guid> that matches the provided identifier. This enables you to provide "permalinks" to a particular item in the wall. Note that the desired item must be present in the initial feed loaded by the wall (it can't be in a next/previous feed).
     31linkCSS string     A CSS string to be applied to any HTML links in item descriptions.
     32numRows 1 to 7     Sets how many rows of images to show in the UI.     Note that as you show more rows, the wall is more CPU intensive and may run slower for older computers.
     33showChrome true | false     Shows or hides the bottom toolbar background.
     34showDescription true | false     Shows or hides the item description overlay.
     35showReflections true | false     Shows or hides the reflections under the images.     Hiding the reflections will improve performance.
     36showEmbed true | false     Shows or hides the Embed Code button.
     37showSearch true | false     Shows or hides the Search button.
     38showTutorial true | false     If set to true, show a tutorial message if the user does not click on the wall.     By default, the tutorial message says "Click and Drag to Begin", and will display after a few seconds of no interaction. This can be customized with the tutorial FlashVar.
     39showNavArrows true | false     Shows or hides the left/right navigation arrows.
     40style black | dark | light | white     Sets the theme to use for the wall.     This sets up different default background colors and button appearances.
     41tilt 0 to 5     Sets the amount of wall tilt (or disables it by setting it to 0).
    4242
    43 tutorial — delayInMillis,imageURL     Customizes the tutoril message and delay.     Instead of the simple Click & Drag to Begin, you can use your own tutorial message (as an image file). To customize the delay and tutorial, pass in a time value (in milliseconds) and a URL to your tutorial image. For example, tutorial=4500,images/tutorial.png will show the designed PNG in 4.5 seonds, unless the user starts interacting with the wall.
     43tutorial delayInMillis,imageURL     Customizes the tutoril message and delay.     Instead of the simple Click & Drag to Begin, you can use your own tutorial message (as an image file). To customize the delay and tutorial, pass in a time value (in milliseconds) and a URL to your tutorial image. For example, tutorial=4500,images/tutorial.png will show the designed PNG in 4.5 seonds, unless the user starts interacting with the wall.
    4444*/
    4545
Note: See TracChangeset for help on using the changeset viewer.