This page requires java-script to be enabled. Please adjust your browser-settings.
streber
PM
Login
|
Register
Home
Recent changes
Your Tasks
Efforts
Bookmarks
Overall changes
P
rojects
for
streber commun...
streber
People
Companies
S
earch:
streber
>
Tasks
|
Topics
|
Milestones
|
Versions
|
Files
|
Changes
Help
internal
>
added bookmark...
> Comment
Some more questions
/
#3781
Edit
Bookmark
Delete
Thanks for your annotations.
But I have some more questions:
Exists a possibility to call the
itemMonitorEdit
form out of the
itemIsBookmark
function and return afterwards to this function?
--> It isn't or? The FromPage and the Edit form would be always shown together, or?!
I thought about storing the item(s) who will be marked as bookmark in an array and call the
itemMonitorEdit
function like
from
pages/items.inc.php
$PH->show('itemMonitorEdit', array('bookmarks'=>bookmarkitems_array));
But I think it isn't possible to pass an array within an array :-)?!
At the moment I'm a little bit "uninspired" regarding the handling of this problem.
Do you have a suggestion how to solve it?