value__ntId__ntName  __ntTemplate viewFlagsnamesymboltype viewJustify viewBounds protection viewFormat infoFrame stepChildrenviewQuitScript  __ntDatatype __ntFlagsÿ( CLAS@    NUMB   ""Article Editor" EVAL   'default EVAL   'editor EVAL   ÿÀ NUMB     RECT   ˜'private // show this only in this app. For instance, DONT show it in IOBox EVAL    NUMB   ÿÖ{checkpaths: '[title,authors,journal,volume,issue,date,page], checkPrefix: '[TRUE,nil], formatFunc: func(data) begin // <data> will be [<entry>.carname] ParamStr("^0", data); // return string to show in All Info view end, } EVAL    ARAY     pathlabel    ÿ˜ PROT@    EVAL'title   "Title:" EVAL   lefttoprightbottomÿÿÿÿìÿ RECTnewtLabelInputLine title     2 3memory    ÿ˜ 5@    EVAL'authors   "Authors:" EVAL    '|authors:soft| EVAL    > ? @ Aÿÿÿÿìÿ RECT Cauthor     2 3 G   ÿ˜ 5@    EVAL'journal   "Journal:" EVAL    '|journal:soft| EVAL Cjournal     2 3 viewSetupFormScript   ÿ˜ 5@    EVAL'Volume   "Volume:" EVAL   ÿ‚ NUMB   ÿ // be sure to call inherited:?ViewSetupFormScript() func() begin local b:=getappparams(); self.viewbounds:=relbounds( 5, 0, rinttol(b.appareawidth/2)-10, 32); inherited:?ViewSetupFormScript(); end SCPT Cvolume     2 3 e   ÿ˜ 5@    EVAL'issue   "Issue No:" EVAL   ÿ NUMB   ÿÐ// be sure to call inherited:?ViewSetupFormScript() func() begin local b:=getappparams(); self.viewbounds:=relbounds( rinttol(b.appareawidth/2), 0, rinttol(b.appareawidth/2)-10, 32); inherited:?ViewSetupFormScript(); end SCPT C issue     2 3 e   ÿ˜ 5@    EVAL 'date   "Date:" EVAL   ÿ‚ NUMB   ÿ // be sure to call inherited:?ViewSetupFormScript() func() begin local b:=getappparams(); self.viewbounds:=relbounds( 5, 0, rinttol(b.appareawidth/2)-10, 32); inherited:?ViewSetupFormScript(); end SCPT C date     2 3 e   ÿ˜ 5@    EVAL 'page   "Page No(s):" EVAL   ÿ NUMB   ÿÐ// be sure to call inherited:?ViewSetupFormScript() func() begin local b:=getappparams(); self.viewbounds:=relbounds( rinttol(b.appareawidth/2), 0, rinttol(b.appareawidth/2)-10, 32); inherited:?ViewSetupFormScript(); end SCPT C pagesÿ   ÿ// must return the value of inherited:?ViewQuitScript() func() begin target.sorton:=clone(target.title); inherited:?ViewQuitScript(); end SCPTclViewbaseview