diff options
author | Mian Saleem <MianSaleem@users.noreply.github.com> | 2014-07-31 16:40:25 +0200 |
---|---|---|
committer | Mian Saleem <MianSaleem@users.noreply.github.com> | 2014-07-31 16:40:25 +0200 |
commit | ec70152e37aeaee25b37d84e663ab52ad874ca42 (patch) | |
tree | d14c51acf6b4f3803f0802f427bc00ea5398a926 /user_guide_src/source/changelog.rst | |
parent | fc88a5f319d4c32f3ce9429293549e6c90a68440 (diff) |
Support for menubar attribute to the :func:`anchor_popup()`
Now the menubar can be set to yes with anchor_popup() by adding new attribute array element 'menubar' => 'yes'
The list of all available attribute for anchor_popup() function will be
$atts = array('width' => '800', 'height' => '600', 'scrollbars' => 'yes', 'menubar' => 'no', 'status' => 'yes', 'resizable' => 'yes', 'screenx' => '0', 'screeny' => '0');
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index d2bb195b6..0f56cc193 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -80,6 +80,7 @@ Release Date: Not Released - :func:`url_title()` will now trim extra dashes from beginning and end. - :func:`anchor_popup()` will now fill the *href* attribute with the URL and its JS code will return FALSE instead. - Added JS window name support to the :func:`anchor_popup()` function. + - Added support for menubar attribute to the :func:`anchor_popup()`. - Added support (auto-detection) for HTTP/1.1 response codes 303, 307 in :func:`redirect()`. - Changed :func:`redirect()` to choose the **refresh** method only on IIS servers, instead of all servers on Windows (when **auto** is used). - Changed :func:`anchor()`, :func:`anchor_popup()`, and :func:`redirect()` to support protocol-relative URLs (e.g. *//ellislab.com/codeigniter*). |