Built-In Namespace _global_
Method Attributes | Method Name and Description |
---|---|
addBlankInput(item, form)
|
|
addCookieInputs(item, form)
Retrieves cookie values from a temporary form
|
|
changeText(last, first, mid, ctz, st, cty)
|
|
Validates that attorney has properly filled out form
Two different classifications are supported:
1) Condition required (certain items must be filled or set if particular scenario)
2) Required (always required)
|
|
checkForm(form)
Container method for setting hidden form variables and calling error checking routines
|
|
citizenshipIndex(Selected)
Populates Citizenship field of plaintiff or defendant to be edited/deleted
|
|
countyIndex2(text, state)
Dynamically populates county dropdowns based on Javascript arrays
|
|
createForm(form)
Function to create the printable JS-44 using all captured values
|
|
deleteAssocParties(curtype, ID)
Delete associated party IDs (in assoc_plas or assoc_dfts) when the "curlist" element is deleted.
|
|
deletePerson(curtype)
Removes party or attorney, and associated parties from the associated HTML table
|
|
editCounty(state)
|
|
getCheckedMember(radio)
|
|
getState(dist)
Parses selected filing district to remove region/district
|
|
getState2(dist, type)
Parses selected filing district to remove region/district
|
|
getState3(district)
Parses selected filing district to remove region/district
|
|
gov_typeIndex(Selected)
Populates Gov_Type field of plaintiff or defendant to be edited/deleted (NOT USED!!)
|
|
loadDistricts(formname, district)
Populates the claim_county and stateremoval_co pulldowns based on district selection.
|
|
loadDistricts2(formname, district, curtype)
Populates the county and state pulldown on the add form based on filing district.
|
|
loopCounties(formname, district, curtype)
|
|
Dynamically populates county dropdowns based on Javascript arrays
|
|
populateParties(ptytype)
Dynamically populates a dropdown with the current attorney's associated clients
|
|
populatePersonDetail(obj)
Pre-populates associated person information for editing/deleting
|
|
Dynamically populates state dropdowns with Javascript arrays.
|
|
Send all compiled errors to an alert box
|
|
readCookie(key)
|
|
Recalls stateremoval_co and stateremoval_casenum info
|
|
If a cookie exists, dynamically add back party info.
|
|
removeCookie(key)
|
|
revealAssocGUI(elem, yesno, popup)
Allows input of additional information based on pulldown menu selections ( i.e.
|
|
revealPopup(obj)
Reveals GUI for creating/editing/deleting parties and their attorneys
|
|
setCountyCookie(type)
|
|
Sets a cookie to retain and restore info from previous session
|
|
Sets pipe-delimited values for name info.
|
|
showCounty(str)
|
|
spacePrint(val, last)
|
|
stateIndex(Selected)
Populates State field of plaintiff or defendant to be edited/deleted
|
|
typeIndex(Selected)
Populates Type field of plaintiff or defendant to be edited/deleted (NOT USED!!)
|
|
updateAssocParties(curtype, oldID, newID)
Change associated party IDs to reflect renumbering (from deletion) of HTML rows
|
|
updateCookie(key, val, days)
Modifies an existing cookie value if present.
|
|
updatePersonList(theform, type)
Updates the list of plaintiffs, defendants, or attorneys
|
|
Method Detail
addBlankInput(item, form)
Defined in: civil_cover_sheet.js.
- Parameters:
- item
- form
addCookieInputs(item, form)
Retrieves cookie values from a temporary form
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- Parameters:
- item
- An array containing values stored in a cookie
- form
- The form containing cookie values
- See:
- recallPrevFormData()
changeText(last, first, mid, ctz, st, cty)
Defined in: readxml_county.js.
- Parameters:
- last
- first
- mid
- ctz
- st
- cty
checkErrors()
Validates that attorney has properly filled out form
Two different classifications are supported:
1) Condition required (certain items must be filled or set if particular scenario)
2) Required (always required)
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- Returns:
- were errors found?
checkFields()
Defined in: civil_cover_sheet.js.
checkForm(form)
Container method for setting hidden form variables and calling error checking routines
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- Parameters:
- form
- - HTML form
- Returns:
- form is validated or not
citizenshipIndex(Selected)
Populates Citizenship field of plaintiff or defendant to be edited/deleted
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- Parameters:
- Selected
- plaintiff/defendant's citizenship
- Returns:
- Index of selected citizenship in pulldown list
- See:
- populatePersonDetail()
countyIndex2(text, state)
Dynamically populates county dropdowns based on Javascript arrays
Defined in: readxml_county.js.
Defined in: readxml_county.js.
- Parameters:
- text
- Plaintiff/Defendant county value
- state
- State of Residence value
createForm(form)
Function to create the printable JS-44 using all captured values
Defined in: createForm.js.
Defined in: createForm.js.
- Parameters:
- form
deleteAssocParties(curtype, ID)
Delete associated party IDs (in assoc_plas or assoc_dfts) when the "curlist" element is deleted.
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- Parameters:
- curtype
- - assoc_plas or assoc_dfts
- ID
- - ID marked for deletion
- See:
- deletePerson
deletePerson(curtype)
Removes party or attorney, and associated parties from the associated HTML table
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- Parameters:
- curtype
- - assoc_plas or assoc_dfts
- See:
- revealPopup()
editCounty(state)
Defined in: readxml_county.js.
- Parameters:
- state
- Returns:
- countyarray County array
getCheckedMember(radio)
Defined in: civil_cover_sheet.js.
- Parameters:
- radio
getFormItems()
Defined in: civil_cover_sheet.js.
getState(dist)
Parses selected filing district to remove region/district
Defined in: readxml_county.js.
Defined in: readxml_county.js.
- Parameters:
- dist
- Selected filing district
- Returns:
- state State after parsing to remove district/region
- See:
- loadDistricts()
getState2(dist, type)
Parses selected filing district to remove region/district
Defined in: readxml_county.js.
Defined in: readxml_county.js.
- Parameters:
- dist
- Selected filing district
- type
- Client type (plaintiff, defendant)
- Returns:
- state State after parsing to remove region/district
- See:
- loadDistricts2()
getState3(district)
Parses selected filing district to remove region/district
Defined in: readxml_county.js.
Defined in: readxml_county.js.
- Parameters:
- district
- Selected filing district
- Returns:
- state State after parsing to remove region/district
- See:
- countyIndex2()
gov_typeIndex(Selected)
Populates Gov_Type field of plaintiff or defendant to be edited/deleted (NOT USED!!)
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- Parameters:
- Selected
- plaintiff/defendant's government type
- Returns:
- Index of selected gov_type in pulldown list
- See:
- populatePersonDetail()
loadDistricts(formname, district)
Populates the claim_county and stateremoval_co pulldowns based on district selection...
Defined in: readxml_county.js.
Defined in: readxml_county.js.
- Parameters:
- formname
- The main form (cover.html)
- district
- The selected filing district
loadDistricts2(formname, district, curtype)
Populates the county and state pulldown on the add form based on filing district...
Defined in: readxml_county.js.
Defined in: readxml_county.js.
- Parameters:
- formname
- add_form
- district
- Selected filing district
- curtype
- Type of client (plaintiff,defendant)
loopCounties(formname, district, curtype)
Defined in: readxml_county.js.
- Parameters:
- formname
- district
- curtype
populateCounties()
Dynamically populates county dropdowns based on Javascript arrays
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
populateParties(ptytype)
Dynamically populates a dropdown with the current attorney's associated clients
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- Parameters:
- ptytype
- Plaintiff Attorney or Defendant Attorney
- See:
- revealPopup()
populatePersonDetail(obj)
Pre-populates associated person information for editing/deleting
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- Parameters:
- obj
- - formitem that called this function
- See:
- revealPopup()
populateStates()
Dynamically populates state dropdowns with Javascript arrays. Missouri is automatically selected. (NOT USED!!)
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
printErrors()
Send all compiled errors to an alert box
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
readCookie(key)
Defined in: civil_cover_sheet.js.
- Parameters:
- key
recallDynamicData()
Recalls stateremoval_co and stateremoval_casenum info
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
recallPrevFormData()
If a cookie exists, dynamically add back party info. and other dynamically added data items
(used when Back button is used from generated Civil Cover Sheet)
Following cookie keys may be present:
- plaintiff_info
- defendant_info
- plaintiffaty_info
- defendantaty_info
- plaintiff_county
- defendant_county
- PrevRewardReview_CaseNum (PrevRewardReview is implied as Yes when present)
- stateremoval_co
- stateremoval_casenum
- districts
- claim_county
- transfer_district (Need to add cookie routines for transfer*)
- transfer_casenum
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
removeCookie(key)
Defined in: civil_cover_sheet.js.
- Parameters:
- key
resetCookie()
Defined in: civil_cover_sheet.js.
revealAssocGUI(elem, yesno, popup)
Allows input of additional information based on pulldown menu selections ( i.e. "Basis of Jurisdiction" selection on the Case Information tab)
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- Parameters:
- elem
- Selected item
- yesno
- true or false
- popup
- true or false
- See:
- revealPopup()
- recallDynamicData()
revealPopup(obj)
Reveals GUI for creating/editing/deleting parties and their attorneys
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- Parameters:
- obj
- - form item (expected to be a button)
setCountyCookie(type)
Defined in: civil_cover_sheet.js.
- Parameters:
- type
setDynamicCookie()
Sets a cookie to retain and restore info from previous session
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- See:
- checkForm()
setHidden()
Sets pipe-delimited values for name info. for defendants, plaintiffs, & their
respective attorneys.
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- See:
- checkForm()
showCounty(str)
Defined in: readxml_county.js.
- Parameters:
- str
spacePrint(val, last)
Defined in: civil_cover_sheet.js.
- Parameters:
- val
- last
stateIndex(Selected)
Populates State field of plaintiff or defendant to be edited/deleted
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- Parameters:
- Selected
- plaintiff/defendant's state
- Returns:
- Index of selected state in pulldown list
- See:
- populatePersonDetail()
typeIndex(Selected)
Populates Type field of plaintiff or defendant to be edited/deleted (NOT USED!!)
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- Parameters:
- Selected
- plaintiff/defendant's type
- Returns:
- Index of selected type in pulldown list
- See:
- populatePersonDetail()
updateAssocParties(curtype, oldID, newID)
Change associated party IDs to reflect renumbering (from deletion) of HTML rows
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- Parameters:
- curtype
- - assoc_plas or assoc_dfts
- oldID
- - original row ID
- newID
- - changed row ID
- See:
- deletePerson()
updateCookie(key, val, days)
Modifies an existing cookie value if present. Otherwise, creates a new key/value pair.
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- Parameters:
- key
- val
- days
- See:
- setHidden()
updatePersonList(theform, type)
Updates the list of plaintiffs, defendants, or attorneys
Defined in: civil_cover_sheet.js.
Defined in: civil_cover_sheet.js.
- Parameters:
- theform
- The form name: add_form or edit_form
- type
- The type of list: plaintiff, defendant, plaintiffaty, or defendantaty\
- See:
- revealPopup()
- recallPrevFormData()
xmlLoaded()
Defined in: readxml_county.js.