
![]() |
Show Changes |
![]() |
Edit |
![]() |
|
![]() |
Recent Changes |
![]() |
Subscriptions |
![]() |
Lost and Found |
![]() |
Find References |
![]() |
Rename |
![]() |
Administration Page |
| Search |
History
| 7/22/2007 8:45:00 AM |
| -66.78.126.98 |
| 7/22/2007 8:41:37 AM |
| -66.78.126.98 |
| 7/22/2007 8:40:59 AM |
| -66.78.126.98 |
| 7/20/2007 11:54:41 PM |
| -10.10.192.236 |
![]() |
List all versions |
@@Image("URL", "alt text", "image width", "image height")@@
@@Image("URL", "alt text")@@
Testing above theory:
doesn't work
works
With width and height:
@@Image("http://www.flexwiki.com/home.gif", "Home", "16", "16")@@
Example when update is released here.
With only image URL and alt text:
@@Image("http://www.flexwiki.com/home.gif", "Home")@@
Example when update is released here.
All parameters must be enclosed in double-quoted strings. If you want to include a quotation mark in a string, escape it with a backslash:
@@Image("http://www.flexwiki.com/home.gif", "The \"Home\" graphic")@@
This will be rendered as:
<img src="http://www.flexwiki.com/home.gif" alt="The "Home" graphic">
There must be either two or four parameters passed to ImageBehavior -- you must include a URL and the alt text. While height and width are optional, if you specify height you must specify width.
General rules for the string between the parentheses in an @@Behavior()@@ call. This should be moved to WikiBehavior, but I'll do that when I've finished up the code.
This change is now checked in to the GotDotNet Workspace (2003-12-29). All changes were in EngineSource.
Changed files:
New files:
There are several new tests.
In FormattingTests:
A new section -- ParseBehaviorParametersTests