Padre::Help man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Padre::Help(3)	      User Contributed Perl Documentation	Padre::Help(3)

NAME
       Padre::Help - Padre Help Provider API

DESCRIPTION
       The "Padre::Help" class provides a base class, default implementation
       and API documentation for help provision support in Padre.

       In order to setup a help system for a document type called "XYZ" one
       has to do the following: Create a module called "Padre::Help::XYZ" that
       subclasses the "Padre::Help" module and override 3 methods:
       "help_init", "help_list" and "help_render".

       In the class representing the Document ("Padre::Document::XYZ") one
       should override the "get_help_provider" method and return an object of
       the help provide module.	 In our case it should contain

	       require Padre::Help::XYZ;
	       return Padre::Help::XYZ->new;

       (TO DO: Maybe it should only return the name of the module)

       The "help_init" method is called by the new method of "Padre::Help"
       once for every document of "XYZ" kind. (TO DO: maybe it should be only
       once for every document type, and not once for every document of that
       type).

       "help_list" should return a reference to an array holding the possible
       strings the system can provide help for.

       "help_render" is called by one of the keywords, it should return the
       HTML to be displayed as help and another string which is the location
       of the help. Usually a path to a file that will be used in the title of
       the window.

perl v5.14.1			  2011-06-18			Padre::Help(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net