EN · DE · RU · FR · ES

#3009: OrderPositionsPanel.html

projectforge-wicket/src/main/java/org/projectforge/web/fibu/OrderPositionsPanel.html Type: HTML · Role: Financial Accounting · Source: projectforge-wicket/src/main/java/org/projectforge/web/fibu/OrderPositionsPanel.html 13 lines · 11 code · 0 comments · 2 blank
Wicket Panel component for OrderPositions. Reusable UI fragment composed within pages or dialogs.

Code Structure

Page Title: Preview of OrderPositionsPanel

Wicket Components: pos, separator, link, label

Source Code (abridged)

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
<head>
<title>Preview of OrderPositionsPanel</title>
</head>
<body>


<wicket:panel>
  <span wicket:id="pos"><span wicket:id="separator">[, ]</span><a wicket:id="link"><span wicket:id="label">[#367:1]</span></a></span>
</wicket:panel>
</body>
</html>

Git History

9ebb88522 Initial commit