From: Kasemir, K. <kas...@or...> - 2014-09-02 12:49:06
|
On Sep 1, 2014, at 8:13 AM, Florian Feldbauer <fl...@ep...> wrote: > I have two questions concerning CSS: > 1st: Is it possible to run an OPI file in a runtime only mode? > The shifter in the control room should not have the possibility > to edit/change the OPI files… Configure it with # Disable the Edit mode org.csstudio.opibuilder/no_edit = true or delete plugins/org.csstudio.opibuilder.editor*jar > 2nd: Some widgets in an OPI should only be available for the experts. Is > it possible to make a widget (e.g. a button or text input) > in CSS visible only if a certain user is logged in? (How?) Configure it with # List widgets to be hidden from palette, separated by '|' org.csstudio.opibuilder/hidden_widgets= org.csstudio.opibuilder.widgets.ActionButton|org.csstudio.opibuilder.widgets.TextInput -Kay |