Hi,
I get a long list of undefinied under the tool bar of my editor. What's going wrong the. It seems the editor wants to load all bbcode buttons
??? regards mic
http://www.catb.org/~esr/faqs/smart-questions.html
On 9/20/07, Michael Heyder Info@hafenvolleyballer.de wrote:
Hi,
I get a long list of undefinied under the tool bar of my editor. What's going wrong the. It seems the editor wants to load all bbcode buttons
??? regards mic
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Hans Voss schrieb:
http://www.catb.org/~esr/faqs/smart-questions.html
On 9/20/07, Michael Heyder Info@hafenvolleyballer.de wrote:
Hi,
I get a long list of undefinied under the tool bar of my editor. What's going wrong the. It seems the editor wants to load all bbcode buttons
??? regards mic
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Hallo,
O.K. my last queston could missunderstood. It's not simple to explain this in a clear way.
Ive developed a wizard - gui-based system, which leads user to store clear and well categorized articles. In step 4 - the last one, I wanna to display the editor and save the article -within the users selections. Therefor it's recommanded to display the editor. But I can't call the editor.php, the editor should be part of the wizard.
Therefore I took some methodes from Editpage and insert them to my specialpage 'wizad'. But the wizard isn't displayed correctly ...it tries to load many bbcode -Buttons, load effectively only some and for the rest 'undefinied' is displayed
regards mich
Hi,
it#s not my intention to razz, but over hours I couldn't get a solution. I need to display in a page the wikieditor to insert a new article and then to save this to the wikisystem.
So i fetched some code of the editpage.php and tried to use this. But the great problem is, that under the toolbarbuttons a large list buttons are displayed. A great part of them are not definied.
Hä?
O.K. a example
--------------------------------- Tollbar as bold|italic and so on ---------------------------------- undefiniedundefiniedundefiniedundefiniedundefiniedundefiniedundefiniedundefinied //verlong and the are displayed when I insert the textareas id
I have no idea, whats going on.
Perhaps there is a much easier way to display this editor within its buttons. Accordingly, I don't really know which parts ofeditPage.php are really important to display the editor and save a new article.
Perhaps someone could put some light on my personal darkness
regards mic
Michael Heyder wrote :
So i fetched some code of the editpage.php and tried to use this.
just out of curious : why don't you simply use the existing EditPage class instead of copying some part of it ? (I used to believe that re-use was one of the main point of using classes)
something probably close to :
$editor = new EditPage( $article ); $editor->submit();
Alexis Moinet schrieb:
Michael Heyder wrote :
So i fetched some code of the editpage.php and tried to use this.
just out of curious : why don't you simply use the existing EditPage class instead of copying some part of it ? (I used to believe that re-use was one of the main point of using classes)
something probably close to :
$editor = new EditPage( $article ); $editor->submit();
Because its part of a 4 step gui-wizard with additional fields, put into a pageobject!
regards mic
Alexis Moinet schrieb:
Michael Heyder wrote :
So i fetched some code of the editpage.php and tried to use this.
just out of curious : why don't you simply use the existing EditPage class instead of copying some part of it ? (I used to believe that re-use was one of the main point of using classes)
something probably close to :
$editor = new EditPage( $article ); $editor->submit();
Once Again Mic,
could it be the problem, that I wanna integrate the editor on a Specialpage 'Spezial:Neue_Seite'
I'm really frustrated, that so many undefined toolbar buttons areproduced. Even if I ad a normal textarea with the id='wpTextbox1' these undefined buttons are produced.
So , does really no one knows a solution regards mic
mediawiki-l@lists.wikimedia.org