]
Sarah Rambacher commented on DROOLS-3474:
-----------------------------------------
[~gabriolo] Thank you for the skeleton html. One thing is that a <ul> can only take
<li>s as children. So the nested <ul> must go inside an <li>. What do
you think about this?
{code:java}
<ul>
<li>Books
<ul>
<li class="item_heading">
Item [edit][delete]
</li>
<li>a1 #isAvailable</li>
<li>b1 #name</li>
<li>c1 #numberOfCopies</li>
<li>d1 #testField</li>
</ul>
<ul>
<li class="item_heading">
Item [edit][delete]
</li>
<li>a2 #isAvailable</li>
<li>b2 #name</li>
<li>c2 #numberOfCopies</li>
<li>d2 #testField</li>
</ul>
</li>
</ul>
{code}
Create HTML and CSS for List/Map data objects
---------------------------------------------
Key: DROOLS-3474
URL:
https://issues.jboss.org/browse/DROOLS-3474
Project: Drools
Issue Type: Story
Components: Scenario Simulation and Testing
Reporter: Amy Glass
Assignee: Sarah Rambacher
Priority: Major
Labels: ScenarioSimulation, UX, UXTeam
Attachments: Rectangle.png, Rectangle2.png, editmap.jpg, editmap_items.jpg,
firefox.png, list_edit_box.html
Provide HTML and CSS for the designs in Drools-3098.
Will first provide HTML structure, and follow up with CSS styling.