[
https://issues.jboss.org/browse/DROOLS-3474?page=com.atlassian.jira.plugi...
]
Sarah Rambacher commented on DROOLS-3474:
-----------------------------------------
[~gabriolo]
Mapping modal is up. See it at:
http://bpam-frontend.surge.sh/drools-data-object-popup--mapping.html
Changes are in this PR
https://github.com/srambach/BxMS-frontend/pull/80
But really what is most useful for you is:
kie-main.css (main, compiled CSS file)
drools-data-object-popup-mapping.html - the HTML for the modal and list is in here
kie-drools.less is the new Less code for this
Note, the modal is currently set inline to be 90% of the screen width but you probably
want to do this programmatically to something reasonable
Also, for me, the modal doesn't have a fixed height and I can't make one, so the
entire page would scroll if the modal content is too long. If the modal does have a fixed
height, the content can scroll by using
{code:java}
.modal-body {overflow-y: auto;}
{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: Drools-DataObjectMap-Generated.html, Rectangle.png, Rectangle2.png,
edit_map.html, edit_map.html, edit_map_box.png.png, edit_map_item.png, edit_map_item.png,
editmap.jpg, editmap_items.jpg, firefox.png, html structure - ul.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.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)