XML NewRow / NewLine syntax
Ok, so I was able to sort out the "Select DropDown Lists" issue myself.
Here is a sample of the code I wrote.
<Field name='global.employmentbegins'>
<Display class='Select' action='true'>
<Property name='title' value='Employment Begins : Day'/>
<Property name='allowedValues'>
<List>
<String>1</String>
<String>2</String>
<String>3</String>
<String>4</String>
<String>5</String>
<String>6</String>
<String>7</String>
<String>8</String>
<String>9</String>
<String>10</String>
<String>11</String>
<String>12</String>
</List>
</Property>
</Display>
</Field>
<Field name='global.month'>
<Display class='Select' action='true'>
<Property name='title' value='Month'/>
<Property name='allowedValues'>
<List>
<String>Jan</String>
<String>Feb</String>
<String>Mar</String>
<String>Apr</String>
<String>May</String>
<String>Jun</String>
<String>Jul</String>
<String>Aug</String>
<String>Sep</String>
<String>Oct</String>
<String>Nov</String>
<String>Dec</String>
</List>
</Property>
The code is working fine. The only trouble is : I want the DAY and MONTH fields to display on the same line. Right now, they are on separate rows (one after the other).
I tried using the "Property value : noNewRow" command, but it gave me an error.
Am I doing something wrong?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks