Good day all. Does anyone know where I have to go to change the default Font Family? Currently it is set to tahoma, arial, helvetica, sans-serif . I would like to remove tahoma or move it to the back of the list. Thank you.
Hello,
I've got a button with very simple CSS (below). Problem is, the button isn't adhering to the code:
{$this field rule} input; input[type="button"]{ height: 50px; width: 50px; } input[type="button"]:disabled{ background: #dddddd; }
On both…
Hello everyone,
Here is a short instruction on how to change the client header logo when logged in into Aras V12.
Whereas V11 used a simple .svg file inside the code tree, in V12 we need to dive a little deeper:
Open the TOC and go to Administration…
Aras 11 SP10
Good day all. I am trying to create a report that will pull all of the attached items from a document. I have a method that will get the information, but I can't get it to output correctly for the report (can't figure out the correct Stylesheet…
I just got off the horn with support for an hour because I thought it important that they know some:
1. CSS classes are injected at view use of form on the creation/edit/view of an ItemType.
2. Inline styles are injected with a default (for at least…
Hi,
On the login panel, I would like to add a button or a link to an external form to request an account.
Something like this:
Is it possible to do that in ARAS R12 SP8 ?
Thank you in advance.
Regards.
One thing that irks me is submitting a form that isn't complete and not having an indication of what is missing until after attempted submission.
We could color all the labels differently than the non-required, but I really wanted an asterisk in red…
Steps to skin PLM
These instructions assume you're in the root directory of installed v12 Innovator (so the paths are relative to that).
It has been necessary to clear my browser cache and restart the server to get these changes to show.
I recommend…
I'd like this added to the body style of the iframe that is loaded in the Forms Editor (html.html_edit_form body.claro.body_edit_form).
background-size: 12px 12px;
background-image: linear-gradient(to right, #2000ff30 1px, transparent 1px), linear…
Seems silly to me to use a JS file, a file named "app.js" at that, for styling a page. Also, it steps on any custom styling as it renders outcome AFTER CSS has been loaded.
This file does two things, only:
Set background image from what looks like…
Hi community,
has anybody some experience with customizing the standard blue form buttons in Innovator?
I want to make them
not blue
fixed size independent from button label
round corners (nice to have)
I know that it´s possible to design…
Hi Community,
webpages often use a shortcut icon / website icon so uses can identify a website more easily.
I noticed an error message in the browser debugger that my Innovator website searches for a favicon.ico. So I assume Innovator can also use…
Hi,
maybe somebody has an idea how to solve this one. I have a full federated ItemType that contains a couple of yes/no columns. The data is displayed as standard grid in Aras. I want to highlight the yes/no values in the grid.
Coloring regular ItemTypes…