Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Bug Reports » v 1.35 - Screen File Layout
Re: v 1.35 - Screen File Layout [message #1331 is a reply to message #1330] Thu, 01 May 2008 19:45 Go to previous messageGo to previous message
ljkbrost is currently offline  ljkbrost
Messages: 59
Registered: April 2006
Member
Arg... All that typing for nothing... Figured it out!

I needed to change the screen file from:

$structure['main']['fields'][1] = array('javascript' => array('id'=>'tracker_start_row'));
$structure['main']['fields'][1][] = array('label' => 'Date');
$structure['main']['fields'][1][] = array('field' => 'tracker_start');
$structure['main']['fields'][1][] = array('label' => 'Time');
$structure['main']['fields'][1][] = array('field' => 'tracker_start');


To:

$structure['main']['fields'][1][] = array('javascript' => array('id'=>'tracker_start_row'));
$structure['main']['fields'][1][] = array('label' => 'Date');
$structure['main']['fields'][1][] = array('field' => 'tracker_start');
$structure['main']['fields'][1][] = array('label' => 'Time');
$structure['main']['fields'][1][] = array('field' => 'tracker_start');


Needed to change the javascript from being a key/array pair to a array/array pair. Might want to add this one to the FAQ if it's not already there.

Cheers,


Kyle Brost
----
 
Read Message
Read Message
Read Message
Previous Topic: v 1.35 - JavaScript functionality
Next Topic: Search screen dissapearing second time I acccess a menu
Goto Forum:
  


Current Time: Thu Jul 11 19:20:37 EDT 2024

Total time taken to generate the page: 0.00923 seconds