~ubuntu-branches/ubuntu/raring/libhtml-widgets-navmenu-perl/raring

« back to all changes in this revision

Viewing changes to lib/HTML/Widgets/NavMenu/Tree/Node.pm

  • Committer: Package Import Robot
  • Author(s): Xavier Guimard
  • Date: 2012-12-10 21:19:15 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20121210211915-htiq57aery7fx0vd
Tags: 1.0701-1
* Imported Upstream version 1.0701
* Remove spelling patch now included in upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
__PACKAGE__->mk_acc_ref([
9
9
    qw(
10
 
    CurrentlyActive expanded hide host role rec_url_type
 
10
    CurrentlyActive expanded hide host li_id role rec_url_type
11
11
    separator show_always skip subs text title url url_is_abs url_type
12
12
    )]
13
13
    );
44
44
 
45
45
Internal use.
46
46
 
 
47
=head2 li_id
 
48
 
 
49
Internal use.
 
50
 
47
51
=head2 role
48
52
 
49
53
Internal use.
201
205
{
202
206
    my $self = shift;
203
207
 
204
 
    return (qw(host rec_url_type role show_always text title url url_type));
 
208
    return (qw(host li_id rec_url_type role show_always text title url url_type));
205
209
}
206
210
 
207
211
=head2 $self->list_boolean_keys()