teijo / jquery-bracket

jQuery Bracket library for organizing single and double elimination tournaments
http://aropupu.fi/bracket/
MIT License
482 stars 253 forks source link

Disable score edit #114

Closed hanzkid closed 7 years ago

hanzkid commented 7 years ago

Can i disable score edit on my brackets?

teijo commented 7 years ago

You can only disable the team label edit at the moment: disableTeamEdit: boolean

teijo commented 7 years ago

Can you give the use case for disabling score edit? Is there some process timing where you want to allow team edit at first and enable score edit later? You can disable editing altogether by just leaving out the save callback option. You can also disable just the toolbar with disableToolbar: boolean.

hanzkid commented 7 years ago

Oh sorry, just leaving out save

teijo commented 7 years ago

Roger. Will reopen this is someone has need to specifically disable score editing.

mehmeteminelibol commented 2 years ago

.team .label{ pointer-events: none !important; }

Teamname edit disable

.team .score { pointer-events: none !important; }

Score edit disable