saschagottfried / todopyramid

My refactored version of ToDo Pyramid
1 stars 0 forks source link

setup TagsWidget option autocomplete_url with registered pyramid route #20

Closed saschagottfried closed 10 years ago

saschagottfried commented 10 years ago
tags = SchemaNode(
        String(),
        widget=TagsWidget(
            autocomplete_url='/tags.autocomplete',
        ),
        description=(
            "Enter a comma after each tag to add it. Backspace to delete."
        ),
        missing=[],
    )
saschagottfried commented 10 years ago

Done in a big large accidentally commit. I wanted to split up into many to refer to these tickets. Sorry.