task

PAGE VERSION - view / item - v-002

[previously]

  1. [2012-mm-dd][REFERENCE] NEW PAGE
    1. x] # 2196 - PAGE-view-item - description 

[currently]

  1. [2013-mm-dd] 
    1. MIGRATION FIX PRB title - from @Session to Session
  2. [2013-04-dd]
    1. x] CUT 004 set curr app & Title 
    2. x] CUT set wh_name, inv_name, itemCate name
    3. x] CUT 005 set session var for wh_name, inv_name, itmCat_name ( NOW use Sesion cur_rec. )
    4. ] CUT 008 FEA 552 email - Page.body = myItem.content_item Page.subject=myItem.name_item (NOW use Session.cur_rec. ) 
    5. x] ADDed - left_col, right_col layout style
    6. x] CUT dlgSelect3_move code, old 
    7. x] CUT the orig wh name, inv name, item name display code used in body
    8. x] CUT ul and li from prev displayList content
    9. x] ADD CSS style for left_col label to bold labels
    10. x] remove TABLE for displaying properties and replaced with DIVS :)
    11. x] CUT some older displayList code
  3. [2013-05-16]
    1. x] removed style and code for strike effect on item when clicked

[next]

  1. ]
styles required for strike effect
<style type="text/css">     
 .strikethrough { text-decoration: line-through; } 
 .no-strike { text-decoration: none; }
</style> 
function in the document ready() event handler
 // start change event handler for the select Warehouse 
    $("#check1").click(function(){
      //$('#selL2').attr('disabled', false);
      if (this.checked == true){
        //$('#l1').addClass("yourclass");
        //$('#l1').attr('font-weight', 'bold');//FAIL, error=0
        $('#l1').attr('class', 'strikethrough');
      }
    else {
      // $('#l1').addClass("yourclass2");
      // this.checked = false;
      // $('#l1').attr('line-through', false); //FAIL, error=0
      // $('#l1').attr("text-decoration", 'none');// FAIL, error=0
      // $('#l1').attr('font-weight', 'bold');
      $('#l1').attr('class', 'no-strike');
    }
    });
 <input type="checkbox" id="check1" value="false"/><span  class="l1" id="l1" > @myItem.name_item</span>
Details Photos Edit more

Details

ID: 1582

NAME: PAGE-VERSION-view-item-v-002

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

START DATE TIME: 2013-04-30 16:30:00

EST DURATION: 03:00:00

END DATE TIME: 2013-04-30 19:30:00

STATUS: Completed

PRIORITY: -5

OWNER ID: 1

Content Photos Edit more

photos

photos for this task

actions

Agenda Email task SMS task Priorities