From: <mol...@us...> - 2009-09-07 10:54:34
|
Revision: 1439 http://openutils.svn.sourceforge.net/openutils/?rev=1439&view=rev Author: molaschi Date: 2009-09-07 10:54:21 +0000 (Mon, 07 Sep 2009) Log Message: ----------- tld doc Modified Paths: -------------- trunk/openutils-mgnlmedia/src/main/resources/META-INF/media.tld Modified: trunk/openutils-mgnlmedia/src/main/resources/META-INF/media.tld =================================================================== --- trunk/openutils-mgnlmedia/src/main/resources/META-INF/media.tld 2009-09-07 09:38:00 UTC (rev 1438) +++ trunk/openutils-mgnlmedia/src/main/resources/META-INF/media.tld 2009-09-07 10:54:21 UTC (rev 1439) @@ -111,7 +111,7 @@ <li><b>fit:</b>makes the new image to fit into required res</li> <li><b>nocrop:</b>makes the new image to contain the required res</li> <li><b>crop:</b>makes the new image to contain the required res and the crop the simmetric bands that outfit res</li> - <li><b>fitbands:</b>makes the new image to fit into required res and fills empty areas with background color you pass to in &aquote;parameter&aquote; attribute as hex value of &aquote;background&aquote; parameter (i.e. paramters='background=FF67A5&apos)</li> + <li><b>fitbands:</b>makes the new image to fit into required res and fills empty areas with background color you pass to in "parameter" attribute as hex value of "background" parameter (i.e. paramters='background=FF67A5&apos)</li> </td> </tr> <tr> @@ -315,9 +315,9 @@ <ul> <li> <b>o</b>: - makes the new image to fit into required res and fills empty areas with background color you pass to in &aquote;parameter&aquote; - attribute as hex value of &aquote;background&aquote; - parameter (i.e. paramters='background=FF67A5&apos) + makes the new image to fit into required res and fills empty areas with background color you pass to in "parameter" + attribute as hex value of "background" + parameter (i.e. paramters='background=FF67A5') </li> <li> <b>l</b> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |