Editing Talk:RCOXML Objects
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 127: | Line 127: | ||
*Other related VSH exports | *Other related VSH exports | ||
** | **PAF_Resource_DOMGetNodeChildByID | ||
** | **PAF_Resource_DOMGetNodeChildByPos | ||
**PAF_Resource_DOMGetNodeData | **PAF_Resource_DOMGetNodeData | ||
** | **PAF_Resource_DOMGetNodeFirstChild | ||
** | **PAF_Resource_DOMGetNodeID | ||
** | **PAF_Resource_DOMGetNodeNext | ||
** | **PAF_Resource_DOMGetNodeType | ||
**PAF_Resource_GetPageNodeByID | **PAF_Resource_GetPageNodeByID | ||
**PAF_Resource_GetWidgetNodeByID | **PAF_Resource_GetWidgetNodeByID | ||
**PAF_Resource_ResolveRefNode | **PAF_Resource_ResolveRefNode | ||
**PAF_Resource_ResolveRefString | **PAF_Resource_ResolveRefString | ||
**PAF_Resource_ResolveRefWString | **PAF_Resource_ResolveRefWString | ||
Line 201: | Line 201: | ||
==ItemsCount or ItemNum attribute from list objects== | ==ItemsCount or ItemNum attribute from list objects== | ||
The first specific attribute of the list objects (in other words, the attribute in position 22, located inmediatly after the 21 [[Template:RCO_TOC_Objects_standard_attributes|standard attributes]]) indicates how many chidren there are in the list. In RCOmage this attribute is named "ItemsCount" but it seems the codename is "ItemNum", this VSH exports are used to change the value dinamically to hide/show the items from a list: | The first specific attribute of the list objects (in other words, the attribute in position 22, located inmediatly after the 21 [[Template:RCO_TOC_Objects_standard_attributes|standard attributes]]) indicates how many chidren there are in the list. In RCOmage (and in this wiki) this attribute is named "ItemsCount" but it seems the codename is "ItemNum", this VSH exports are used to change the value dinamically to hide/show the items from a list: | ||
*<strike>paf::Ph'''XmBar'''::SetItemNum(int)</strike> not mentioned in [[VSH Exports#paf|VSH Exports]] page | *0x0804 <strike>paf::Ph'''XmBar'''::SetItemNum(int)</strike> not mentioned in [[VSH Exports#paf|VSH Exports]] page | ||
*paf::Ph'''XmList'''::SetItemNum(int) | *0x0806 paf::Ph'''XmList'''::SetItemNum(int) | ||
* | *0x0809 <strike>paf::Ph'''MenuList'''::SetItemNum(int)</strike> not mentioned in [[VSH Exports#paf|VSH Exports]] page | ||
*0x0813 paf::Ph'''List'''::SetItemNum(int) | |||
*paf::Ph'''List'''::SetItemNum(int) | *0x0817 paf::Ph'''InfoList'''::SetItemNum(int) | ||
* | *0x081C <strike>paf::Ph'''CheckBoxList'''::SetItemNum(int)</strike> not mentioned in [[VSH Exports#paf|VSH Exports]] page | ||
* | |||
=Objects with additional override attributes= | =Objects with additional override attributes= |