Search found 4 matches

by itx8
12 Feb 2016, 16:19
Forum: Developers
Topic: Update Subject input in real time - Customer New Ticket
Replies: 5
Views: 3789

Re: Update Subject input in real time - Customer New Ticket

It was done as I wrote in the first post. My function is in CustomerTicketMessage.tt file.
by itx8
12 Feb 2016, 14:59
Forum: Developers
Topic: Update Subject input in real time - Customer New Ticket
Replies: 5
Views: 3789

Re: Update Subject input in real time - Customer New Ticket

I don't know exactly where I should put my function

sub AgentQueueListOption {
my ( $Self, %Param ) = @_;

my $Size = $Param{Size} ? "size='$Param{Size}'" : '';
my $MaxLevel = defined( $Param{MaxLevel} ) ? $Param{MaxLevel} : 10;
my $SelectedID = defined( $Param{SelectedID} ) ? $Param ...
by itx8
12 Feb 2016, 12:36
Forum: Developers
Topic: Update Subject input in real time - Customer New Ticket
Replies: 5
Views: 3789

Update Subject input in real time - Customer New Ticket

Hi Guys,

I have a problem with run function during onchange event.
I want to put to the Subject input text selected from queues list in Customer New Ticket Form.

I have added onchange="updateSubject()" in LayoutTicket.pm

# build tree list
$Param{MoveQueuesStrg} = '<select name="'
. $Param ...