Class CodeSnippetBean

  • All Implemented Interfaces:
    Serializable

    @Named
    @RequestScoped
    public class CodeSnippetBean
    extends FCContextBean
    We use the monaco editor for editing JavaScript. It allows adding custom code snippets to help users write code. Code snippets may contain localized messages such as a description. This bean create these localized code snippets. For the snippet syntax, see Visual Studio Code - Creating your own snippets
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • CodeSnippetBean

        public CodeSnippetBean()
    • Method Detail

      • getFormFields

        public String getFormFields()
      • getFcFunctions

        public String getFcFunctions()
      • getJsBasics

        public String getJsBasics()