This topic is locked

Consistency between Add, Edit and View

1/16/2018 4:08:32 PM
Knob plugin support forum
DealerModules authorDevClub member

Hi Cristian,
The initialization script for add and edit are the same but view is different and I am having an issue with the way it renders.

Hopefully you can point me in the right direction.
In add and edit you can:

//starting angle in degrees

$this->settings["angleOffset"] = 220;
//arc size in degrees

$this->settings["angleArc"] = 280;
But in the view, these options are not available so I end up with add and edit looking like and upwards arc (like an eyebrow) and

the view is just a full circle. Like I said above, manually entering these initialization settings in the view does not render.
Do you have a work around, I really didn't want to use full circles if I didn't have to.
Thank you,
Paul
p.s.
I have purchased this script today so I believe I have the most updated version.