mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Add deprecated tag to filemanager_select class
This commit is contained in:
parent
a93722959b
commit
227a5b28da
@ -35,6 +35,11 @@ use EGroupware\Api\Etemplate;
|
|||||||
* After the user selected one or more files (depending on the mode parameter), the "method" callback gets
|
* After the user selected one or more files (depending on the mode parameter), the "method" callback gets
|
||||||
* called on server (!) side. Parameters are the id plus the selected files as 1. and 2. parameter.
|
* called on server (!) side. Parameters are the id plus the selected files as 1. and 2. parameter.
|
||||||
* The callback returns javascript to eg. update it's UI AND (!) to close the current popup ("window.close();").
|
* The callback returns javascript to eg. update it's UI AND (!) to close the current popup ("window.close();").
|
||||||
|
*
|
||||||
|
* @deprecated This class is deprecated in favor of et2_vfsSelect widget. Please
|
||||||
|
* use et2_vfsSelect widget if you are not running old etemplate.
|
||||||
|
*
|
||||||
|
* @todo this class should be removed once we have all applications ported in et2
|
||||||
*/
|
*/
|
||||||
class filemanager_select
|
class filemanager_select
|
||||||
{
|
{
|
||||||
@ -64,6 +69,8 @@ class filemanager_select
|
|||||||
* File selector
|
* File selector
|
||||||
*
|
*
|
||||||
* @param array $content
|
* @param array $content
|
||||||
|
*
|
||||||
|
* @deprecated Please use et2_vfsSelect widget in client side instead
|
||||||
*/
|
*/
|
||||||
function select(array $content=null)
|
function select(array $content=null)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user