Update Session->Style setScript to default to text/javascript. Update the entire codebase to take advantage of it.
This commit is contained in:
parent
808f38b2a6
commit
3fbc109429
53 changed files with 254 additions and 352 deletions
|
|
@ -100,9 +100,7 @@ sub getSelectAllButton {
|
|||
my $formName = $self->get('name');
|
||||
my $i18n = WebGUI::International->new($self->session, "Form_CheckList");
|
||||
|
||||
$self->session->style->setScript(
|
||||
$self->session->url->extras("yui-webgui/build/form/form.js")
|
||||
);
|
||||
$self->session->style->setScript( $self->session->url->extras("yui-webgui/build/form/form.js"));
|
||||
|
||||
return WebGUI::Form::Button->new($self->session, {
|
||||
name => $self->privateName('selectAllButton'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue