11 'Burkina Faso' =>
'BFA',
35 'fieldname' =>
'Test',
36 'autocomplete' => $this->
options,
39 $attributes = $field->getAttributes( [] );
40 $this->assertEquals( array_keys( $this->
options ),
41 FormatJson::decode( $attributes[
'data-autocomplete'] ),
42 "The 'data-autocomplete' attribute encodes autocomplete option keys as a JSON array."
52 'fieldname' =>
'Test',
58 $html = $field->getInputHTML(
false );
59 $this->assertRegExp(
'/select/',
$html,
60 "When the 'options' parameter is set, the HTML includes a <select>" );
64 $html = $field->getInputHTML(
false );
65 $this->assertNotRegExp(
'/select/',
$html,
66 "When the 'options' parameter is not set, the HTML does not include a <select>" );
Unit tests for HTMLAutoCompleteSelectField.
testGetAttributes()
Verify that the autocomplete options are correctly encoded as the 'data-autocomplete' attribute of th...
testMissingAutocompletions()
Verify that attempting to instantiate an HTMLAutoCompleteSelectField without providing any autocomple...
testOptionalSelectElement()
Test that the optional select dropdown is included or excluded based on the presence or absence of th...
Text field for selecting a value from a large list of possible values, with auto-completion and optio...
Using a hook running we can avoid having all this option specific stuff in our mainline code Using the function We ve cleaned up the code here by removing clumps of infrequently used code and moving them off somewhere else It s much easier for someone working with this code to see what s _really_ going and make changes or fix bugs In we can take all the code that deals with the little used title reversing options(say) and put it in one place. Instead of having little title-reversing if-blocks spread all over the codebase in showAnArticle
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses & $html