comparison pylons_app/lib/helpers.py @ 94:0bb9391bc287

webhelpers update
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 24 Apr 2010 16:52:34 +0200
parents a886f5eba757
children be0096a02772
comparison
equal deleted inserted replaced
93:aec4c0071cb3 94:0bb9391bc287
10 from webhelpers.html.tags import (auto_discovery_link, checkbox, css_classes, 10 from webhelpers.html.tags import (auto_discovery_link, checkbox, css_classes,
11 end_form, file, form, hidden, image, 11 end_form, file, form, hidden, image,
12 javascript_link, link_to, link_to_if, 12 javascript_link, link_to, link_to_if,
13 link_to_unless, ol, required_legend, 13 link_to_unless, ol, required_legend,
14 select, stylesheet_link, 14 select, stylesheet_link,
15 submit, text, password, textarea, title, ul, xml_declaration) 15 submit, text, password, textarea, title,
16 ul, xml_declaration)
16 from webhelpers.text import (chop_at, collapse, convert_accented_entities, 17 from webhelpers.text import (chop_at, collapse, convert_accented_entities,
17 convert_misc_characters, convert_misc_entities, 18 convert_misc_entities, lchop, plural, rchop,
18 lchop, plural, rchop, remove_formatting, replace_whitespace, 19 remove_formatting, replace_whitespace, urlify)
19 urlify)
20 20
21 from webhelpers.pylonslib import Flash as _Flash 21 from webhelpers.pylonslib import Flash as _Flash
22 from webhelpers.pylonslib.secure_form import secure_form 22 from webhelpers.pylonslib.secure_form import secure_form
23 23
24 #Custom helper here :) 24 #Custom helper here :)