doc-files
directory in the same directory as the article which uses the messageBox
element.wiki -- doc-files ---- ball.jpg -- article.xml -- index.xmlAnd the following content for the article:
<article desc="My article"> <messageBox type="info" imageHref="ball.jpg" > this an information text <br/> the second line <messageBox> </article>The background of the message box will point to the
ball.jpg
Jpeg file.
<messageBox type="info"> this an information text <br/> the second line <messageBox>Result:
<messageBox type="info" caption="the caption"> this an information text <br/> the second line <messageBox>Result:
<messageBox type="info" caption="the caption" captionPosition="border"> this an information text <br/> the second line <messageBox>Result:
<messageBox type="warning"> this a warning text <br/> the second line <messageBox>Result:
<messageBox type="error"> this a a text for an error <br/> the second line <messageBox>Result:
<messageBox type="error" caption="the caption" captionPosition="border"> this a a text for an error <br/> the second line <messageBox>Result:
<messageBox type="progress"> this a in-progress text <br/> the second line <messageBox>Result:
<messageBox type="progress" todo="this will be in TODOs"> this a in-progress text <br/> the second line <messageBox>Result:
<messageBox color="#00FF00"> this a custom message box <messageBox>Result:
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.