Core
3.2
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
foliosel.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* Generated Header (not documented yet)
8
*
9
* @author Anakeen
10
* @version $Id: foliosel.php,v 1.2 2003/08/18 15:47:03 eric Exp $
11
* @package FDL
12
* @subpackage GED
13
*/
14
/**
15
*/
16
// ---------------------------------------------------------------
17
// $Id: foliosel.php,v 1.2 2003/08/18 15:47:03 eric Exp $
18
// $Source: /home/cvsroot/anakeen/freedom/freedom/Action/Freedom/foliosel.php,v $
19
// ---------------------------------------------------------------
20
21
include_once (
"FDL/Lib.Dir.php"
);
22
include_once (
"FDL/freedom_util.php"
);
23
include_once (
'FREEDOM/Lib.portfolio.php'
);
24
// -----------------------------------
25
function
foliosel
(
Action
&
$action
)
26
{
27
// -----------------------------------
28
// Get all the params
29
$selid = GetHttpVars(
"selid"
, 0);
//
30
$selected = (GetHttpVars(
"selected"
,
"N"
) ==
"Y"
);
// is selected
31
// $action->parent->AddJsRef($action->GetParam("CORE_JSURL")."/subwindow.js");
32
$action->lay->eset(
"selid"
, $selid);
33
$action->lay->set(
"selected"
, $selected ?
"true"
:
"false"
);
34
}
35
?>
$action
global $action
Definition:
accountRefreshGroup.php:16
Action
Definition:
Class.Action.php:24
foliosel
foliosel(Action &$action)
Definition:
foliosel.php:25
← centre documentaire
© anakeen