Widget:CJP: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
$(#pend).val([[Pill Shape::Round]] | $(#pend).val([[Pill Shape::Round]] | ||
$(#append).val("|?Pill Imprint|?Pill Dosage|?Pill Ingred|?Pill Color|?Pill Shape|?Pill Size (mm)|?Pill Scoring |?NDC|?Pill Name|format=template|template=PillID}} |}" | $(#append).val("|?Pill Imprint|?Pill Dosage|?Pill Ingred|?Pill Color|?Pill Shape|?Pill Size (mm)|?Pill Scoring |?NDC|?Pill Name|format=template|template=PillID}} |}" | ||
}); | |||
$('#executeGo').click( function() { | |||
$('#prepend').type = "visible"; | |||
$('#pend').type = "visible"; | |||
$('#apend').type = "visible"; | |||
}); | }); | ||
</script> | </script> | ||
<input type="button" id="executeGo" value="Go" /> | |||
<input type="hidden" id="prepend" /> | <input type="hidden" id="prepend" /> | ||
<input type="hidden" id="pend" /> | <input type="hidden" id="pend" /> | ||
<input type="hidden" id="append" /> | <input type="hidden" id="append" /> | ||
</includeonly> | </includeonly> |