tw2.util.html5shim permette HTML5-Shim da aggiungere come risorsa o globale specifico-widget per la compatibilità con le versioni di Internet Explorer inferiore a 9,0.
Utilizzo tw2.util.html5shim
All'interno ToscaWidget2 Widgets
Nel file widgets.py (o in un file di dichiarazione di risorse se si utilizza uno) aggiungere seguenti:
Top di file:
da tw2.util.html5shim html5shim_js importazione
Nella dichiarazione widget di aggiungere html5shim_js alle risorse attributo in questo modo:
Classe YourWidget (tw2.core.Widget):
& Nbsp; risorse = [html5shim_js, other_res, another_res]
TurboGears 2
Se avete bisogno di HTML5-Shim da iniettare globale, aggiungere il seguente ProjectName / base / lib.py
Top di file:
da tw2.util.html5shim html5shim_js importazione
Sopra l'istruzione return in BaseController .__ call__:
html5shim_js.inject ()
Requisiti :
- Python
I commenti non trovato