Oracle Apex inconsistent asterisk side - oracle-apex

We found out that on different fields on the page the asterisk of a required field is sometimes left to the text and sometimes right to the text.
I'm talking only about the Appearance-->template-->Required and not about Required-above/Required-above-Asterick left
I couldn't find anything that makes the difference. Any ideas?

This is Difference I attached image, Required TextField has Label + * on left but in Required Above has Label with * Above Textfield
enter image description here

Related

Remove space between Oracle APEX page items

I have created two APEX checkbox items on top of each other, one being the checkbox selections (complete, incomplete) and one being a select all option above it (with associated JavaScript to enable the select all functionality). Everything works great, but I am trying to remove the white space in between the page items.
The checkbox item with the selections has no label because the Select All item has the heading for both items to be treated as "one item" to the user. I think the template might still be accounting for the label padding, but I'm not sure.
Does anyone know a solution in order to remove the white space (I'd be find with a small amount of white space but right now it is very large and doesn't look visually appealing.
Open up the template options, and set the desired margin attributes to 'None'

opencart Product page DIV

Not sure if this is where I post but I've got a lot of answers here so I thought I'd ask I'm in the throws of modifying the product page in open cart V2.0.2.0, I'm no web designer or programmer so I need all the help I can get. Here's my problem I want to add content to the left of the main product image on the product page , now I know that in modules I can create HTML content then display it on the product page through layouts but this pushes the description tabs along to the right leaving a large gap under the left hand column, what I would like is to have a div on the left that extends down to the bottom of the main image and keeps the description over to the left.
I've tried modifying the product TPL file in various ways but to no avail. Any ideas would be gratefully received.
How I want it to look
Regards Chris
To help you better understand, opencart calls templates like this
header - column left - column middle - column right - footer
What you need to do is to add that block to the middle column, then make a few template/css adjustments. If you throw it in the column left, it'll them echo the column left, which produces the result you've shown us. Assign the block to the middle or go into the template file catalog/view/theme/(yourtemplate)/product/product.tpl and hardcode that block.
Good luck!

Modify Dynamic Field Display Length in OTRS

I've added a dropdown field to a customer's ticket in OTRS called Branch. It allows users to select their branch, identified by a number and a name. For example, my branch is 901 - Support Group. When I display this field in the ticket zoom view on the Agent side, it gets truncated to 901 - Support[...]. I can see the entire value of the field as a hover text when I hold my mouse over it, but I was hoping there would be a setting to expand the length of the field or to tell OTRS to display it as multiline text. Is there a configuration option in OTRS to change the display length, or does anyone know where I would need to modify the code to change the length myself?
With some help from crythias over at the OtterHub forums, I was able to find the right setting.
Navigate to the SysConfig
Filter by the Ticket config group (dropdown on left)
Locate and select Frontend::Agent
Locate Ticket::Frontend::DynamicFieldsZoomMaxSizeSidebar
By default this is set to 18 characters. I reset it to 140 (Twitter rules), and it automatically wrapped the text for me.

Why is my cfgrid showing extra space to the right?

I have a cfgrid with 5 columns. The funny thing is, it's showing a sort of extra column to the right, but without any of the formatting that applies to the rest of the grid. I can't seem to get rid of it by playing with the width of the grid or the fields... How can I get it to go away? (It shows up in Firefox and IE, but not in Chrome)
I'm attaching a screenshot of the grid to show what I mean.
It's because you have autowidth="true" set on the cfgrid.
Not having access at the code, I can only make an assumption. I believe you have your last column "centered" by using dataalign="center" within your cfgridcolumn. But did you add headeralign="center" to that cfgridcolumn? It fixed my issue.

Adobe Livecycle Designer 7 Text Field Issue

I have a form in a large box, to be filled in by the user with up to 2500 characters. Currently, the cursor starts in the vertical center of the box and I would like:
a) The cursor to start at the top left of the field instead of the middle left, so that there is no whitespace above the user's entered text.
or b) Somehow enabling a field that expands to fit its text to expand as the text is being entered. As far as I can tell, text fields set to expand to fit the text inside only expand once the user has taken their cursor off the field.
Thanks for your help!
Right click on the field and go to "Palletes". Click "Paragraph". This will give you the paragraph/text alignment controls in your rightside toolbar.
Alternately, you can click "Window" at the top and choose "Paragraph" from there (Shortcut is Shift+F5).