edit-task
Home
Up
Delete
Task Name:
Task Description:
NEW PAGE VERSION -view-item-v-002 - ] change the page layout to align with the "Subjects view article" revised layout, COPIED notes from prev page to DB, re moved prev file to deprec/cleaned
TaskGroup ID:
Start Date:
Start Time:
Duration:
Priority:
Status:
To Do
Completed
In Process
Add Photo:
Owner ID:
Content:
use HTML
Edit Content
<h1 style="text-align: center;">PAGE VERSION - view / item - v-002</h1> <h2>[previously]</h2> <ol> <li><strong>[2012-mm-dd][REFERENCE] NEW PAGE</strong></li> <ol> <li>x] # 2196 - <a href="/view/task?id=2128" target="_blank">PAGE-view-item</a> - description </li> </ol></ol> <h2>[currently]</h2> <ol> <li><strong>[2013-mm-dd] </strong></li> <ol> <li>MIGRATION FIX PRB title - from @Session to Session</li> </ol> <li><strong>[2013-04-dd]</strong></li> <ol> <li>x] CUT 004 set curr app & Title </li> <li>x] CUT set wh_name, inv_name, itemCate name</li> <li>x] CUT 005 set session var for wh_name, inv_name, itmCat_name ( NOW use Sesion cur_rec. )</li> <li>] CUT 008 FEA 552 email - Page.body = myItem.content_item Page.subject=myItem.name_item (NOW use Session.cur_rec. ) </li> <li>x] ADDed - left_col, right_col layout style</li> <li>x] CUT dlgSelect3_move code, old </li> <li>x] CUT the orig wh name, inv name, item name display code used in body</li> <li>x] CUT ul and li from prev displayList content</li> <li>x] ADD CSS style for left_col label to bold labels</li> <li>x] remove TABLE for displaying properties and replaced with DIVS :)</li> <li>x] CUT some older displayList code</li> </ol> <li><strong>[2013-05-16]</strong></li> <ol> <li>x] removed style and code for strike effect on item when clicked</li> </ol></ol> <h2>[next]</h2> <ol> <li>]</li> </ol> <div> <div><strong>styles required for strike effect</strong></div> <div><style type="text/css"> </div> <div> .strikethrough { text-decoration: line-through; } </div> <div> .no-strike { text-decoration: none; }</div> <div></style> </div> <div><strong>function in the document ready() event handler</strong></div> <div> <div> // start change event handler for the select Warehouse </div> <div> $("#check1").click(function(){</div> <div> //$('#selL2').attr('disabled', false);</div> <div> if (this.checked == true){</div> <div> //$('#l1').addClass("yourclass");</div> <div> //$('#l1').attr('font-weight', 'bold');//FAIL, error=0</div> <div> $('#l1').attr('class', 'strikethrough');</div> <div> }</div> <div> else {</div> <div> // $('#l1').addClass("yourclass2");</div> <div> // this.checked = false;</div> <div> // $('#l1').attr('line-through', false); //FAIL, error=0</div> <div> // $('#l1').attr("text-decoration", 'none');// FAIL, error=0</div> <div> // $('#l1').attr('font-weight', 'bold');</div> <div> $('#l1').attr('class', 'no-strike');</div> <div> }</div> <div> });</div> </div> <div> <input type="checkbox" id="check1" value="false"/><span class="l1" id="l1" > @myItem.name_item</span></div> </div>