Welcome Guest, Not a member yet? Register   Sign In
html helper: ul()
#9

[eluser]Référencement Google[/eluser]
hmmm... Derek, looking at the code it seems already possible to pass attributes.

The ul function:
Code:
function ul($list, $attributes = '')
{
    return _list('ul', $list, $attributes);
}

The _list function parameters called by the ul function:
Code:
function _list($type = 'ul', $list, $attributes = '', $depth = 0)

Can you confirm it please?


Messages In This Thread
html helper: ul() - by El Forum - 02-10-2008, 05:42 PM
html helper: ul() - by El Forum - 02-10-2008, 06:45 PM
html helper: ul() - by El Forum - 02-10-2008, 06:50 PM
html helper: ul() - by El Forum - 02-10-2008, 06:51 PM
html helper: ul() - by El Forum - 02-10-2008, 06:53 PM
html helper: ul() - by El Forum - 02-10-2008, 06:55 PM
html helper: ul() - by El Forum - 02-10-2008, 06:58 PM
html helper: ul() - by El Forum - 02-10-2008, 07:03 PM
html helper: ul() - by El Forum - 02-10-2008, 07:09 PM
html helper: ul() - by El Forum - 02-10-2008, 07:13 PM
html helper: ul() - by El Forum - 02-10-2008, 07:23 PM
html helper: ul() - by El Forum - 11-15-2008, 01:16 PM
html helper: ul() - by El Forum - 11-15-2008, 01:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB