Welcome, Guest
Username: Password: Remember me

TOPIC: @Dom combo.php

@Dom combo.php 08 Jun 2012 05:59 #2517

  • liubov
  • liubov's Avatar
  • Offline
  • Elite Member
  • (=) 10 mn and it's ready!
  • Posts: 279
  • Thank you received: 35
  • Karma: 22
Just for info, xDebug report a non closed tag <select>:

@location : dom\html\form\input\select\combo.php
@function: build()
$html =	'<select id="<%DOM_ID%>" name="<%INPUT_NAME%>"<%STYLE%><%CLASS%><%SELECTORS%>'
			.	($this->size?' size="' . $this->size . '"':'') . '>' .LN
			.	$this->indent($this->buildDefault(), 1)
			.	$this->indent($options, 1)
			.	'<select>'.	LN
			.	'<%VALIDOR_ICON%>'.LN
			.	'<%MESSAGE%>';

might be
.	'</select>'.	LN
?

I like JDom, now :)
Last Edit: 08 Jun 2012 06:00 by liubov.
The administrator has disabled public write access.

Re: @Dom combo.php 08 Jun 2012 06:10 #2518

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 985
  • Karma: 140
This is already solved.
Regenerate and replace the file.
Coding is now a piece of cake
Last Edit: 08 Jun 2012 06:10 by admin.
The administrator has disabled public write access.

Re: @Dom combo.php 08 Jun 2012 06:36 #2519

  • liubov
  • liubov's Avatar
  • Offline
  • Elite Member
  • (=) 10 mn and it's ready!
  • Posts: 279
  • Thank you received: 35
  • Karma: 22
Thank you Joce.
I will correct the file. I can't regenerate due to all personal work made inside the component.
I'am waiting for V2 to rewrite all too :)
Last Edit: 08 Jun 2012 06:37 by liubov.
The administrator has disabled public write access.
Time to create page: 0.132 seconds

Get Started