Page 1 of 1

Prompt and input on different lines

Posted: Wed Mar 02, 2011 6:18 pm
by jont
Hi Norman,

I am trying to get the prompt and the input on their own line <tr> when viewed on the product page (cart layout is OK on the same line)

I have tried hacking ActinicOrder.pm and actinicore.js for the table layout but obviously incorrectly or have been missing something. Any pointers greatly welcomed.

Jont
v9.0.4

Re: Prompt and input on different lines

Posted: Wed Mar 02, 2011 8:47 pm
by norman
That's built in to the add-on. From the Readme:
You can control whether the prompt and input appear on the same or successive lines. If your
prompt ends with a space then the input field will follow it on that row. No space and the
input field will be on the next row.
So.

Norman|Is|Clever

will have the prompt and input on separate rows.

And

Norman |Is |Clever

Will put each prompt and input on the same row. Note that the line above ends with Clever<space>.

Re: Prompt and input on different lines

Posted: Fri Mar 04, 2011 12:20 pm
by jont
Oh ya' monkey! I should have known better that you would have built this functionality in from scratch :oops: