edit-task
Home
Up
Delete
Task Name:
Task Description:
] # # - UPDATE FEATURE
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/address -v-009</h1> <h2>[previously]</h2> <ol> <li>] <a href="/view/task?id=1671" target="_blank">PAGE-view/layout</a> - index - definition for page and links to previous edits </li> </ol> <h2>[currently]</h2> <ol> <li><strong>] 2013-05-18 - NEW VERSION -v-009 - REF# 1670 - ] addressContent x] layout-margin, x] scrollable, x] fill content preview panel ] </strong></li> <li>x] EDIT buildList method to get content field of first 'person' record in returned set </li> <li>x] CUT green space</li> <li>x] EDIT div id people that wraps div dl, renamed div dl as addressList, remove class displayList, ADD class addressList </li> <li><strong>x] sospep.css - ADD class addressList</strong></li> <li>x] ADD div addressContent - for content preview panel</li> <li>x] CUT listview delegate code</li> <li>x] TRY assign content_person to content panel - </li> <ol> <li>x] FAIL view address doesnt contain content_person field</li> <li>*] could add feild 'content' to veiw-address field list BUT this could potentially pull a bunch of EXTRA data we may not need, </li> </ol> <li>x] ADD 2nd qry, 2nd Json call to pull individual record of 1st record in record set</li> <li>x] NOTE re qry/PG - NOT using data access and qry, but OOP</li> <li>x] EDIT change PG name to select-Person, add param value to pass in, </li> <li><span style="background-color: #888888;">] PRB is not changing global var qry1_param,</span> changes it inside the 1st getJson call but does not change it in 2nd getJson qry</li> <ol> <li>x] TRY move code to bottom of page RES = N/C</li> <li>x] TRY create function to pass value RES = fail</li> <li><span style="background-color: #888888;">x] WORKAROUND - TRY nested getJson request - WORKING</span></li> <li>*] CUT the param1 var</li> </ol> <li>x] ADD tinymce textarea viewer to display 'content' in editor window</li> <li>x] FIX PRB - with tinymce displaying html as html and NOT as formatted text</li> <ol> <li>var decoded = tinymce.DOM.decode(person.content_person); </li> <li>tinyMCE.get('content').setContent(person.content_person,{format : 'raw'});</li> </ol> <li>x] LAYOUT - addressContent preview window (margin, height, width, ) </li> <li>x] DELETE - the svr side helper method generator code for the alphaList controllers</li> </ol> <div> <h2>[next]</h2> </div> <ol> <li>] FIX authMenu ? find it</li> <li>] ADD navHeader, </li> </ol> <div> </div> <div> <div> <div>] // qry1_param=records[0].id_person;</div> <div> // qry1_param_set(records[0].id_person);</div> <div> // qry1 = qry1+qry1_param;</div> <div> </div> <div> <div>function qry1_param_set(value){</div> <div> qry1_param = value;</div> <div>}</div> </div> <div>// document.getElementById('content').value = person.content_person; (this would work on a normal textarea, but not on a tinymce textarea )</div> <div>// $('#content').html(person.content_person);</div> <div> </div> </div> </div>