cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Checkboxes in Advanced Print View

Checkboxes in Advanced Print View

Hi, 

It would be great to be able to display checkboxes in the Advanced Print Views as either a checked box or an unchecked box instead of the "Yes" or "No" values.

Here is pretty basic code of what I am thinking:

 

<td><input id="charge" name="charge_check" type="checkbox"/>

<script type="text/javascript">// <![CDATA[
function check(){document.getElementById("charge").checked = true;}
function uncheck(){document.getElementById("charge").checked = false;}
function ifChecked(){
if(${item.itemDetails.sections["Information"].fields.CHARGE.value} === "Yes"){
check();
}
else{
uncheck();
}
}
ifChecked();
// ]]></script></td>

 

This would make the checkboxes displayed in the Advanced Print Views a little less confusing.

Thanks,

Trent

4 Comments
nguyentru
Alumni
Status changed to: Accepted

Hi Trent,

 

It's always great to see new Ideas and Requests on the Idea Station.

 

 

We will work on getting this idea in our feature enhancement list.

 

 

Thank you,

 

 

Trung

benderk
Autodesk
Status changed to: Future Consideration

Thank you for submitting your idea.  The timing isn't quite right for this to be a priority for development consideration.  As such, we will put this on the back-burner to revisit at a later date.  Please continue to comment and add your support.

 

Keri Bender | Global GTM Business Strategy Manager, Product Lifecycle Management

benderk
Autodesk
Thank you for submitting your idea. Have you tried the Modern Interface lately? We request that you review your idea in the context of the Modern interface. If your idea is not addressed, we invite you to create a new Idea in the context of Modern so that it can be addressed accordingly. Sincerely, Keri Bender | Global GTM Business Strategy Manager, Product Lifecycle Management
benderk
Autodesk
Status changed to: Archived
 

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea  

Technology Administrators


Autodesk Design & Make Report