Configurate the dictionary to modify variables
Posted: Wed Aug 29, 2012 12:37 pm
Hi,
I want to configure the web designer to disable the option of create or modify a dictionary but be able to create a new variable in the assigned dictionary.
I have configurate the following properties:
But I am not able to achieve the result I want. In the .NET designer I have been able to configure with the following properties:
Is there any way to do it?
LucĂa morales
I want to configure the web designer to disable the option of create or modify a dictionary but be able to create a new variable in the assigned dictionary.
I have configurate the following properties:
Code: Select all
StiWebDesignerOptions.Dictionary.AllowModifyDictionary = false;
StiWebDesignerOptions.Dictionary.AllowModifyVariables= true;
Code: Select all
StiOptions.Designer.Panels.Dictionary.ShowDictNewMenuItem = false;
StiOptions.Designer.Panels.Dictionary.ShowDictOpenMenuItem = false;
StiOptions.Designer.Panels.Dictionary.ShowDictSaveMenuItem = false;
LucĂa morales