Hi,
Does anyone know how to add a shortcut to an ApplyClass DropDown Item (CSS Class)?
I tried adding a shortcut to this ASPX statement:
but at runtime I got this error:
Server Error in '/SBVRWebForms' Application.
Parser Error Message: Type 'Telerik.Web.UI.EditorCssClass' does not have a public property named 'ShortCut'.
Source Error:
I have searched all the Telerik documentation, forums, and technical articles; and can find no discussion of how to do this.
I am implementing software that supports the Object Management Group (OMG) "Semantics of Business Vocabulary and Business Rules" standard. SBVR Structured English makes heavy use of styles to provide a formal interpretation of natural language text.
There would a huge productivity savings in the creation of SBVR Structure English statements if each CSS style in the ApplyClass DropDown could be executed with just a shortcut key right while your typing the text bening styled.
Many Thanks,
Donald
Does anyone know how to add a shortcut to an ApplyClass DropDown Item (CSS Class)?
I tried adding a shortcut to this ASPX statement:
<telerik:EditorCssClass Name="general noun concept" Value=".GeneralNounConcept" ShortCut="CTRL+G"/>
but at runtime I got this error:
Server Error in '/SBVRWebForms' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.Parser Error Message: Type 'Telerik.Web.UI.EditorCssClass' does not have a public property named 'ShortCut'.
Source Error:
|
I have searched all the Telerik documentation, forums, and technical articles; and can find no discussion of how to do this.
I am implementing software that supports the Object Management Group (OMG) "Semantics of Business Vocabulary and Business Rules" standard. SBVR Structured English makes heavy use of styles to provide a formal interpretation of natural language text.
There would a huge productivity savings in the creation of SBVR Structure English statements if each CSS style in the ApplyClass DropDown could be executed with just a shortcut key right while your typing the text bening styled.
Many Thanks,
Donald
