Qiang Xue
c3df0beecd
changed parameter ordering.
11 years ago
Qiang Xue
71a156ebdf
Added itemOptions for Html::ol
12 years ago
Qiang Xue
d87afeb496
encode checkbox and radio list by default.
12 years ago
Qiang Xue
d5bd9853ea
Added Html::ol() and Html::ul()
12 years ago
Alexander Kochetov
9bb0ce4b1c
Html helper pure HTML 5 mode without support old standarts
12 years ago
Qiang Xue
11c14a20e9
Simplified button signature.
12 years ago
Qiang Xue
f18d6df625
Revert "Merge pull request #548 from cebe/action-response"
...
This reverts commit 9d7597d61a
, reversing
changes made to 6b6390f72b
.
12 years ago
Carsten Brandt
71782b344e
Changed existing code to match the changes regarding response
12 years ago
Qiang Xue
2369019d22
Fixed test break.
12 years ago
Qiang Xue
17b1e5d2fc
Fixes issue #234 : Added Html::addCssClass() and removeCssClass().
12 years ago
Carsten Brandt
cb8f5d702f
cleanup tests
12 years ago
Benjamin Wöster
f23a677bdf
mod: incorporate suggestions
...
- rename requireApp() to mockApplication()
- always destroy app on tearDown()
- eliminates need for constant YII_DESTROY_APP_ON_TEARDOWN
- mockApplication() becomes a lot easier. Destroying app on each tearDown
means creating it on every call is fine. No more checking if it already
exists and if it has been created from the same config.
- \yii::$app should have been \Yii::$app
12 years ago
Benjamin Wöster
d4b30e26c2
allow unit tests to requireApp() on setUp()
12 years ago
Qiang Xue
a4b7d493b0
Removed the $value parameter from radio and checkbox.
12 years ago
Qiang Xue
399a53cfc4
activeform wip
12 years ago
Alexander Makarov
08be696434
fixed Html test under Windows (line endings)
12 years ago
Qiang Xue
122bd231b4
modified Application constructor signature.
12 years ago
Alexander Makarov
9da81894be
moved helper test from util namespace to helpers namespace, added tests for StringHelper
12 years ago
Qiang Xue
74d4e04d95
line ending fix.
12 years ago
Qiang Xue
e1acc64b2b
refactoring cache and db references.
12 years ago
Qiang Xue
884977a724
renamed util to helpers.
12 years ago
Qiang Xue
5227d2db7d
refactoring.
12 years ago
Qiang Xue
2422a134f0
Refactored Html.
12 years ago
Qiang Xue
a5ababe4c6
Finished HtmlTest.
12 years ago
Qiang Xue
03e212bcf6
Added HtmlTest.
12 years ago