Sha256: 9126a13ce93c233c3ac88f25adad0b0d02a817db7115d04478812e43eb69c1df
Contents?: true
Size: 787 Bytes
Versions: 17
Compression:
Stored size: 787 Bytes
Contents
# encoding: utf-8 # Set the default source used by mono choices: # - :foreign_class : Class of foreign object # - :class : Class of object # - "variable_name" or :variable_name : A variable (Class name is computed with the name # of the variable. Example: "product" will have "Product" class_name. If class_name # has to be different, use next possibility. # - ["variable_name", "Class"] : Code used to select source with the # class_name of the variable. # Formize.default_source = <%=Formize.default_source.inspect%> # How many radio can be displayed before to become a +select+ # Formize.radio_count_max = <%=Formize.radio_count_max%> # How many select options can be displayed before to become a +unroll+ # Formize.select_count_max = <%=Formize.select_count_max%>
Version data entries
17 entries across 17 versions & 1 rubygems