Reply To: Task List Options

Forums Classic DFFS Task List Options Reply To: Task List Options

#6183
Alexander Bautz
Keymaster

Hi,
I’m glad you got it up and running.

1)
Use this code in the Custom JS in the Misc tab:

function hideApprovalBtn(){
	$("input[id$='DropDownChoice_Approved']").hide();
	$("input[id$='DropDownChoice_Rejected']").hide();
}

Match this with a rule like in the attachment “RuleToHideTaskOutcome”.

2)
Add this to the Custom JS section in the Misc tab:

rlfiShowMore();

3)
Are you using side-by-side? – if so, take a look at this topic: https://spjsblog.com/forums/topic/css-to-line-up-side-by-side-fields/#post-6170

Alexander