Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

probably found and bug, please use code below: #12

Closed
opicron opened this issue Dec 19, 2010 · 3 comments
Closed

probably found and bug, please use code below: #12

opicron opened this issue Dec 19, 2010 · 3 comments

Comments

@opicron
Copy link

opicron commented Dec 19, 2010

Please write an test metabox with the following code:

have_fields_and_multi('product_multi_images', array('length'=>1, 'limit'=>5)) ) { $mb->the_group_open('image_group'); ``` $mb->the_group_close(); ``` } ?>

Add another image

When setting both have_fields_and_multi and the_group_open with variable text the button will never fire. No matter what groupname I put in the docopy- class.

@opicron
Copy link
Author

opicron commented Dec 19, 2010

Oh,btw it does not matter which input of html is placed between the group_open and close.

@farinspace
Copy link
Owner

fyi the_group_open does not take a name, but a HTML tag instead, by default it uses a div the_group_open('div'); ... i will test and confirm functionality

@opicron
Copy link
Author

opicron commented Dec 19, 2010

ah, then it might be my mistake-- sorry

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants