From: Eric C. <ecr...@us...> - 2006-09-18 00:10:39
|
User: ecrutchfield Date: 06/09/17 17:10:38 Modified: andromda-aspdotnet/src/site/axdoc howto2.xml Log: removed screenshots for now Revision Changes Path 1.2 +0 -61 cartridges/andromda-aspdotnet/src/site/axdoc/howto2.xml Index: howto2.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-aspdotnet/src/site/axdoc/howto2.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- howto2.xml 17 Sep 2006 17:31:53 -0000 1.1 +++ howto2.xml 18 Sep 2006 00:10:38 -0000 1.2 @@ -365,67 +365,6 @@ be edited manually when using AndroMDA. </p> </subsection> - <subsection name="Screenshots"> - <p> - The screenshots shown here are taken from the - <a href="samples.html#online-store">Online-Store</a> sample, which is part - of the main AndroMDA distribution. - </p> - <div class="screenshot"> - <table> - <tr> - <td><img src="images/org/andromda/test/screenshots/thumb1.gif"/></td> - <td> - <a href="images/org/andromda/test/screenshots/screen1.gif">(Larger View)</a> - <p> - This screenshot shows a typical custom login screen, - note how the passwords are masked using asterisks. - The password confirmation is also automatically rendered into the page using - JavaScript (server-side validation will also be performed). The tooltip is shown - when hovering over an input field, in this case the password field. Also notice the - online-help link at the bottom of the screen. - </p> - </td> - </tr> - <tr> - <td><img src="images/org/andromda/test/screenshots/thumb2.gif"/></td> - <td> - <a href="images/org/andromda/test/screenshots/screen2.gif">(Larger View)</a> - <p> - Another screen showing some different types of input fields, depending - on the type of the - expected input (integer, date, email, creditcard, url, ...) a specific validation - will be performed to make sure the user does not needlessly call the server. This - validation makes use of the Struts validation framework. - </p> - </td> - </tr> - <tr> - <td><img src="images/org/andromda/test/screenshots/thumb3.gif"/></td> - <td> - <a href="images/org/andromda/test/screenshots/screen3.gif">(Larger View)</a> - <p> - This screen is what you see when you click on the online-help link: a list of - actions, input fields and corresponding documentation. What you see here is - (like everything else in this how-to) 100% generated by the cartridge, - information can be added on the corresponding element in the UML model. - </p> - </td> - </tr> - <tr> - <td><img src="images/org/andromda/test/screenshots/thumb4.gif"/></td> - <td> - <a href="images/org/andromda/test/screenshots/screen4.gif">(Larger View)</a> - <p> - Did you notice the little calendar icon next to the date input field ? If you click - it you will get a popup like this from which the date can be selected. Depending - on the desired input format it will be formatted correctly. - </p> - </td> - </tr> - </table> - </div> - </subsection> </section> <section name="Next"> <p> |