|
Squiz Matrix
4.12.2
|
Public Member Functions | |
| Backend () | |
| getBackendUrl ($target='main') | |
| paint () | |
| _printFrames () | |
| _printHeader () | |
| switchSideNav (tabName) | |
Public Member Functions inherited from MySource_Object | |
| MySource_Object () | |
| __sleep () | |
| __wakeup () | |
Data Fields | |
| $out | |
| myspace | section |
| border | __pad0__: 1px solid #A2A2A2 |
| margin | __pad1__: 2px |
| width | __pad2__: 273px |
| myspace section | td |
| myspace section myspace section | a |
| font | size: 9px |
| color | __pad3__: #666666 |
| text | decoration: none |
| myspace section | header |
| myspace section myspace section header | a |
| font | weight: bold |
|
</style >< scripttype="text/javascript"> var | oldTabName = 'asset_map' |
| tabNames = Array('asset_map', 'my_space') | |
| if(SQ_IN_LIMBO) | else { |
| if (defined('SQ_LICENCE_INSTALL_KEY')) | |
| $asset_map = new Asset_Map() | |
| $am_width = $GLOBALS['SQ_SYSTEM']->getUserPrefs('user', 'SQ_USER_ASSET_MAP_WIDTH') | |
| $user = $GLOBALS['SQ_SYSTEM']->user | |
| $inbox_link = $GLOBALS['SQ_SYSTEM']->am->getLink($user->id, SQ_LINK_TYPE_2, 'inbox', TRUE, NULL, 'major', '1') | |
| if(empty($inbox_link)) | else |
| $inbox_url = $inbox_asset->getBackendHref('details') | |
| $new_message_url = $inbox_asset->getBackendHref('new_message') | |
| $sent_url = $inbox_asset->getBackendHref('sent') | |
| $trash_url = $inbox_asset->getBackendHref('trash') | |
| $details_url = $user->getBackendHref('details') | |
Data Fields inherited from MySource_Object | |
| $_tmp | |
Definition at line 33 of file backend.inc.
| _printFrames | ( | ) |
| _printHeader | ( | ) |
Print out the top nav page
Reloads the header window
| boolean | force if true, we MUST reload the header, otherwise it will be delayed until all messages are closed |
Print out the Side Nav
Definition at line 327 of file backend.inc.
| Backend | ( | ) |
Constructor
Definition at line 48 of file backend.inc.
| getBackendUrl | ( | $target = 'main' | ) |
Returns the url for editing a particular page
| string | $target | the page to edit |
Definition at line 63 of file backend.inc.
| paint | ( | ) |
Paint the backend interface, depending on which frame is being displayed
Definition at line 76 of file backend.inc.
| myspace section myspace section a |
Definition at line 1175 of file backend.inc.
| myspace section myspace section header a |
Definition at line 1181 of file backend.inc.
| if (empty($inbox_link)) else |
Definition at line 1308 of file backend.inc.
| myspace section |
Definition at line 1169 of file backend.inc.