Skip to content

Instantly share code, notes, and snippets.

@mudgen
Created November 20, 2012 00:18
Show Gist options
  • Select an option

  • Save mudgen/4115091 to your computer and use it in GitHub Desktop.

Select an option

Save mudgen/4115091 to your computer and use it in GitHub Desktop.
public static final StringField SecsDefinitionFile =
new StringField(META, "SecsDefinitionFile",SFieldFlags.SMANDATORY).setDefault("");
static {
SecsDefinitionFile.getFormMeta().
setCategory(Main).setEditorSource(FileUploadEditorSource.getSharedInstance());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment