« Previous | Next » 

Revision 6f0d4b71

ID6f0d4b71374b439ed4c320a69bba05fa15874aec
Parent 4a0601ca
Child d9ce25b0

Added by Daniel Molina over 6 years ago

Add custom value select
Example:
'<div class="large-6 columns">'+
generateValueSelect({
id: "TEST_CUSTOM",
label: "Test custom",
tooltip: "This is the custom tooltip",
custom: true,
options: [
"value1",
"value2",
"value3"
]
})
'</div>'

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences