Search found 5 matches

by loncaster_ukraine
Mon Jul 17, 2006 5:21 pm
Forum: Development
Topic: How to build in checkbox into the form?
Replies: 9
Views: 10236

Hi!

Ah, you should just check that. The place where it appears is a simple text box, it is formatted with default HTML. Just echo your text and have a look.

Best regards,
Garvin

And can I print it without textbox, as in a new page ?


By the way, I can't get acces for my checkbox (((

var_dump ...
by loncaster_ukraine
Mon Jul 17, 2006 5:03 pm
Forum: Development
Topic: How to build in checkbox into the form?
Replies: 9
Views: 10236

Hi!

Where do you want to print that, and "when"?

Regards,
Garvin

see the code:

case 'backend_publish':
if (isset($serendipity['POST']['mycheckbox'])) {
// My text here
}


I must send the content of the post to the server and print the answer in the design of the admin panel. "My text ...
by loncaster_ukraine
Mon Jul 17, 2006 4:01 pm
Forum: Development
Topic: How to build in checkbox into the form?
Replies: 9
Views: 10236

Thank you a lot! And now I've new questions.

Imaging, that the check box was checked on, so i want to write for example "You've checked it". but I want to print it in the design of the admin panel! How can I do it?
by loncaster_ukraine
Fri Jul 14, 2006 2:35 pm
Forum: Development
Topic: How to build in checkbox into the form?
Replies: 9
Views: 10236

Re: How to build in checkbox into the form?

Hi!

You can hook into the 'backend_display' event, like the serendipity_event_entryproperties plugin does for example.

If you tell us more of what you want to do, I might be able to help you even more. ;)

Best regards,
Garvin

Well, after the posting new message plugin must check if the ...
by loncaster_ukraine
Fri Jul 14, 2006 10:30 am
Forum: Development
Topic: How to build in checkbox into the form?
Replies: 9
Views: 10236

How to build in checkbox into the form?

Hi, i need to build in the checkbox in the post message form, how can i make it with my plugin ?

Thanks