Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
f53bb318
Commit
f53bb318
authored
May 27, 2014
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'it3rmit-patch-2'
parents
e88978f8
ea45113d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ButtonDropdown.php
extensions/bootstrap/ButtonDropdown.php
+4
-1
CHANGELOG.md
extensions/bootstrap/CHANGELOG.md
+1
-0
No files found.
extensions/bootstrap/ButtonDropdown.php
View file @
f53bb318
...
...
@@ -64,7 +64,10 @@ class ButtonDropdown extends Widget
*/
public
function
run
()
{
echo
$this
->
renderButton
()
.
"
\n
"
.
$this
->
renderDropdown
();
echo
Html
::
beginTag
(
'div'
,
[
'class'
=>
'btn-group'
]);
echo
"
\n
"
.
$this
->
renderButton
();
echo
"
\n
"
.
$this
->
renderDropdown
();
echo
"
\n
"
.
Html
::
endTag
(
'div'
);
$this
->
registerPlugin
(
'button'
);
}
...
...
extensions/bootstrap/CHANGELOG.md
View file @
f53bb318
...
...
@@ -4,6 +4,7 @@ Yii Framework 2 bootstrap extension Change Log
2.
0.0-rc under development
--------------------------
-
Bug #3292: Fixed dropdown widgets rendering incorrect HTML (it3rmit)
-
Chg #3036: Upgraded Twitter Bootstrap to 3.1.x (qiangxue)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment