Skip to content

Instantly share code, notes, and snippets.

@HenderOrlando
Created March 6, 2014 20:38
Show Gist options
  • Select an option

  • Save HenderOrlando/9399175 to your computer and use it in GitHub Desktop.

Select an option

Save HenderOrlando/9399175 to your computer and use it in GitHub Desktop.
{% include '_xeditable.html.twig' with {
id: "",
clase: "",
placement: ""
name: "",
type: "",
pk: ,
url: '',
datos: {},
originalTitle: "",
entityName: "",
bundleName: "" ,
emptyText: "",
placeholder: "",
required: "",
valor: '',
multiple: '',
select2: {
url: '/',
limit: 10,
allowClear: true,
quietMillis: 350,
formatResult: 'box',
initSelection: false,
dropdownClass: 'dropdown',
closeOnSelect: true,
formatSelection :'box',
formatNoMatches :'Sin Resultados',
loadMorePadding :0,
minimumInputLength :3,
maximumSelectionSize:1,
formatResultCssClass:'select2-result'
}
} %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment