2 /*******************************************************************************
3 * Copyright (C) 2007 Easter-eggs
4 * http://ldapsaisie.labs.libre-entreprise.org
6 * Author: See AUTHORS file in top-level directory.
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License version 2
10 * as published by the Free Software Foundation.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 ******************************************************************************/
23 LSsession :: loadLSclass('LSformElement_text');
26 * Element RSS d'un formulaire pour LdapSaisie
28 * Cette classe définis les éléments textes des formulaires.
29 * Elle étant la classe basic LSformElement.
31 * @author Benjamin Renard <brenard@easter-eggs.com>
34 class LSformElement_rss extends LSformElement_text {
36 var $JSscripts = array(
37 'LSformElement_rss.js'
39 var $fetchVariables = array(
40 'uriClass' => 'LSformElement_rss',
44 var $fieldTemplate = 'LSformElement_uri_field.tpl';
46 function getDisplay() {
47 LSsession :: addHelpInfos (
50 'display' => _("Display RSS stack.")
53 return parent :: getDisplay($return);