-
Posts
6 -
Joined
-
Last visited
Posts posted by rouge
-
-
hi,
how can I add pageing support for the input-table? my customer already has more than 100 events.
thx in advance
-
thanks for that awesome module!
I like to extend the inputs with a checkbox:
<td><input type='checkbox' name='{$name}_ispublic[]' value='$ispublic' {$checked}/></td>
I already extend the db part and the event class, this works fine. But i stuck with the inputfield checkbox...i dont get the values to the WireInputData variable. Can anyone help me? -
hi,
I defined my own style like:
{ name: 'Blockelement', element: 'div', attributes: { 'class': 'block' } }
now when I add two blockelements one after an other then the divs getting nested after a save like:
before save:
<div class='block'> test </div> <div class='block'> test </div>
after save:
<div class='block'> test <div class='block'> test </div> </div>
Does somebody has an idea what's going wrong?
-
I think I've read it somewhere but I can't find it again.
How can I protect file access from the assets-directory? So that just a user who can see the page, can view the attached files?
thx
-
Is it possible (and how) to add some custom fields to the comment form like a website?
Events Fieldtype & Inputfield (How to make a table Fieldtype/Inputfield)
in Modules/Plugins
Posted
Sounds good thank you!