Asbru Web Content Editor 7.0.18 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Asbru Web Content Editor 7.0.18 (Default branch)
# 1  
Old 06-30-2008
Asbru Web Content Editor 7.0.18 (Default branch)

Image Asbru Web Content Editor is a cross-browser and cross-platform WYSIWYG HTML/XHTML Web content editor component for Web designers and programmers. It can be integrated into Web applications to give non-technical users access to create and update Web content. It can be used as a replacement for a simple TEXTAREA input field in contact forms, message boards, Web email systems, and Web content management systems. Features include CSS style sheet support, drag and drop editing, and advanced hyperlink and media managers. License: Other/Proprietary License with Source Changes:
This release adds support for Microsoft Internet Explorer 7 in the Joomla plugin. This release also adds support for custom toolbars and JavaScript function configuration parameters in the Joomla plugin. Additionally, the Enter handling and list handling have been improved in Safari.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
Jifty::Web::Session::ApacheSession(3pm) 		User Contributed Perl Documentation		   Jifty::Web::Session::ApacheSession(3pm)

NAME
Jifty::Web::Session::ApacheSession - Jifty Sessions based on Apache::Session SYNOPSIS
In your etc/config.yml, using the Apache::Session::File backend: framework: Web: SessionClass: Jifty::Web::Session::ApacheSession SessionBackend: File SessionOptions: Directory: /tmp/sessions LockDirectory: /var/lock/sessions Or with Apache::Session::Memorycached backend: framework: Web: SessionClass: Jifty::Web::Session::ApacheSession SessionBackend: Memorycached SessionOptions: { servers: [ '127.0.0.1:11211' ] } new Returns a new, empty session handler, subclassing Jifty::Web::Session. id Returns the session's id if it has been loaded, or "undef" otherwise. create Creates a new session. load [ID] Load up the current session from the given "ID", or the appropriate cookie (see "cookie_name" in Jifty::Web::Session) otherwise. If both of those fail, creates a session in memory. get KEY [TYPE] See "get" in Jifty::Web::Session. set KEY => VALUE, [TYPE] See "set" in Jifty::Web::Session. remove KEY, [TYPE] See "remove" in Jifty::Web::Session. remove_all See "remove_all" in Jifty::Web::Session. continuations See "continuations" in Jifty::Web::Session. perl v5.14.2 2010-09-25 Jifty::Web::Session::ApacheSession(3pm)