Skip to content

Instantly share code, notes, and snippets.

@ctalau
Last active April 25, 2017 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctalau/c376cdabe7a7d8694516209e36820595 to your computer and use it in GitHub Desktop.
Save ctalau/c376cdabe7a7d8694516209e36820595 to your computer and use it in GitHub Desktop.
Edit attr
div {
background-color: red;
content: oxy_label(text, "Contract Number: ", styles, "width: 1.7in;color:white")
oxy_textfield(edit, '@contractNumber', columns, 15)
oxy_label(text, "Equipment Covered: ", styles, "width: 1.7in; text-align: right;color:white")
oxy_textArea(
edit, '@equipmentCovered',
contentType, 'text/plain',
rows, 3,
columns, 25
)
}
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="attr-edit.css"?>
<root>
<div equipmentCovered="asdasdasdasdasd" contractNumber="123"/>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment