/** * EGroupware eTemplate2 - JS Itempicker object * derived from et2_link_entry widget @copyright 2011 Nathan Gray * * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License * @package etemplate * @subpackage api * @link http://www.egroupware.org * @author Christian Binder * @author Nathan Gray * @copyright 2012 Christian Binder * @copyright 2011 Nathan Gray * @version $Id: et2_widget_itempicker.js 38623 2012-03-26 23:27:53Z jaytraxx $ */ "use strict"; function itempickerDocumentAction(context, data) { var formid = "itempicker_action_form"; var form = "
" + "" + "" + "" + "
"; $j("body").append(form); $j("#" + formid).submit().remove(); }