Skip to content
This repository was archived by the owner on Jul 29, 2022. It is now read-only.

multiselect#154

Closed
naverstay wants to merge 2 commits intoNicolasCARPi:masterfrom
naverstay:master
Closed

multiselect#154
naverstay wants to merge 2 commits intoNicolasCARPi:masterfrom
naverstay:master

Conversation

@naverstay
Copy link

@naverstay naverstay commented Aug 10, 2016

usage

$('.editable').editable('http://www.example.com/save.php', {
data : " {'D':'Letter D','E':'Letter E','F':'Letter F','G':'Letter G', 'selected':['F', 'E', 'D']}",
type : 'select',
multiselect: true
});

@jja
Copy link

jja commented Aug 10, 2016

selected1,selected2,etc. seems a bit klunky to me. Why not a separate selected array? data.selected could be maintained and added to the selected array for backwards compatibility.

@NicolasCARPi
Copy link
Owner

Thanks but will probably merge this one #75

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments